summaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
...
* Changing representation of objects to allow for unboxed characters.Kaz Kylheku2009-11-091-1/+1
* Add hash removal.Kaz Kylheku2009-11-091-0/+10
* Add hash table growth.Kaz Kylheku2009-11-091-2/+32
* Changing representation of objects to allow the NUM type to beKaz Kylheku2009-11-091-10/+10
* First cut at hash tables. One known problem is allocation during gc,Kaz Kylheku2009-11-091-0/+301