summaryrefslogtreecommitdiff
path: root/src/utils/hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-141-316/+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-42/+16
| | | | | | Limit maximum length of data items stored in hash/chunked array to 2^16-1. svn path=/trunk/libparserutils/; revision=5858
* Make things clearer through use of temporary variablesJohn Mark Bell2008-11-301-15/+19
| | | | svn path=/trunk/libparserutils/; revision=5853
* New datastructures:John Mark Bell2008-11-301-0/+338
+ Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850