summaryrefslogtreecommitdiff
path: root/src/utils/chunkarray.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove chunkarray implementation. It's unused.John Mark Bell2009-04-151-31/+0
| | | | svn path=/trunk/libparserutils/; revision=7093
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-011-2/+7
| | | | | | 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/+26
+ Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850