]> pd.if.org Git - nbds/history - struct/skiplist.c
optimize 8 byte integer keys for list and skiplist
[nbds] / struct / skiplist.c
2008-11-26 jdybnisoptimize 8 byte integer keys for list and skiplist
2008-11-26 jdybnisstreamline skiplist a bit
2008-11-26 jdybnismake skiplist and list use strings for keys (slower...
2008-11-25 jdybnisseparate tests out into their own files
2008-11-25 jdybnischange the names of some variables and types for consis...
2008-11-25 jdybnisuse NULL instead of a sentinal node in skiplist and...
2008-11-23 jdybnisclean up skiplist debug print
2008-11-23 jdybnisadd references to literature for skiplist
2008-11-23 jdybnislock-free skiplist