]> git.ozlabs.org Git - ccan/history - ccan/htable
heap: add example on empty heap check
[ccan] / ccan / htable /
2012-03-19 Rusty RussellMerge branch 'ccantool'
2012-03-09 Rusty Russellhtable: fix bug where first entry has hash of 0 or 1.
2011-09-27 Rusty Russellhtable: benchmark against hsearch(3)
2011-09-27 Rusty Russellhtable: HTABLE_INITIALIZER() for static initialization.
2011-09-27 Rusty Russellhtable: clean up interface, document htable_type better.
2011-09-27 Rusty Russellhtable: start empty.
2011-09-26 Rusty Russellhtable, strset: benchmarking tools.
2011-08-29 Rusty Russellhtable: fix tools/speed.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-07-21 Rusty Russellhtable: relicense under LGPL
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-01-13 Rusty Russellhtable: fix type of cmpfn in htable_type
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-11-08 Rusty Russellhtable: push capacity limit from 66 to 75%
2010-11-08 Rusty Russellhtable: restore perfect bit when resizing.
2010-11-08 Rusty Russellhtable: use "perfect" bit to reduce rehashes.
2010-11-08 Rusty Russellhtable: rehash to clear delete markers
2010-11-08 Rusty Russellhtable: speed benchmark
2010-11-08 Rusty Russellhtable: first implementation