summaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Collapse)AuthorAgeFilesLines
...
* First cut at hash tables. One known problem is allocation during gc,Kaz Kylheku2009-11-091-0/+301
due to use of boxed numbers for vector access.