summaryrefslogtreecommitdiff
path: root/test/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-141-56/+0
| | | | svn path=/trunk/libparserutils/; revision=6512
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-011-1/+1
| | | | | | Limit maximum length of data items stored in hash/chunked array to 2^16-1. svn path=/trunk/libparserutils/; revision=5858
* New datastructures:John Mark Bell2008-11-301-0/+56
+ Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850