]> pd.if.org Git - nbds/shortlog
nbds
2008-11-27 jdybniscode cleanup
2008-11-26 jdybnisminor change
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 out strings handling code into it own file
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 jdybnismove files around
2008-11-23 jdybnisrename files
2008-11-23 jdybnisadd references to literature for skiplist
2008-11-23 jdybnislock-free skiplist
2008-11-21 jdybnistweak list
2008-11-16 jdybnisadd missing header file for txn
2008-11-16 jdybnisadd beginings of transactional ht
2008-11-14 jdybnisfix resize and copy bugs
2008-11-13 jdybnismove tests into their own directory
2008-11-13 jdybnisfree its keys too when freeing a ht
2008-11-13 jdybnisfix potential blocking behavior in ht,c
2008-11-12 jdybnisFix initialization ordering problem from last commit.
2008-11-12 jdybnismissing file from last commit
2008-11-12 jdybnisSome refactoring. WARNING: tests not passing!
2008-11-12 jdybnisrename util/ to runtime/
2008-11-10 jdybnisbug fix. use deferred free for deleted keys
2008-11-10 jdybnisInitial commit