summaryrefslogtreecommitdiff
path: root/src/utils/chunkarray.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove chunkarray implementation. It's unused.John Mark Bell2009-04-151-229/+0
| | | | svn path=/trunk/libparserutils/; revision=7093
* C89François Revel2008-12-221-2/+3
| | | | svn path=/trunk/libparserutils/; revision=5920
* Fix build on 32bit platforms.John Mark Bell2008-12-021-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5868
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-011-11/+26
| | | | | | 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/+213
+ Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850