]> pd.if.org Git - nbds/history - map
add port of perf test from high-scale-lib
[nbds] / map /
2009-02-09 jdybnisadd port of perf test from high-scale-lib
2009-01-19 jdybnisfix compiler warnings/error under gcc 4.1 and 4.2
2009-01-13 jdybnisport to Ubuntu 8.10 x86-64 w/ gcc 4.3.2
2008-12-29 jdybnisport to 32 bit x86 linux
2008-12-22 jdybnisadd hazard pointer implementation. buggy
2008-12-17 jdybnismanage hashtable iterator snapshots using reference...
2008-12-16 jdybnisSupport 32 bit x86
2008-12-16 jdybnisintroduce some more typedefs and conversion functions...
2008-12-16 jdybnisfix regression
2008-12-16 jdybnisWarning tests are failing in this version
2008-12-15 jdybnistypedefs for map keys and values
2008-12-15 jdybnisgeneric map iterator interface
2008-12-09 jdybnisadd iterators to hashtable, skiplist, and list
2008-12-08 jdybnisin txn, use a "naked" value without an update record...
2008-12-07 jdybnisin txn, clean up old update records when they can't...
2008-12-07 jdybnisfix error in validation logic
2008-12-05 jdybnismore header file refactoring
2008-12-05 jdybnisrefactor header files
2008-12-04 jdybnisall structures are parameterized by the datatype for...
2008-12-04 jdybnisall structures now support arbitrary type keys with...
2008-11-30 jdybnisuse generic map interface in tests
2008-11-30 jdybnisuse a vtable approach for generic map interface
2008-11-29 jdybnismissing file from last checkin
2008-11-29 jdybnisgeneric interface for map-like data structures