stasis-aries-wal/lladd/operations
Sears Russell 360f0d15e2 Working, non-concurrent linear hash and linked list implementations.
The idea is to implement the non-concurrent versions, and then convert
them to concurrent versions using nested top actions.
2005-01-14 01:52:53 +00:00
..
alloc.h Implemented TrecordType() 2004-12-01 01:26:25 +00:00
arrayList.h Lots of optimizations; re-did on-disk layout for the linear hash table. 2004-10-19 21:16:37 +00:00
decrement.h Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic. 2004-07-06 01:22:18 +00:00
increment.h Fixed groupings for LLADD API docs. 2004-07-06 20:59:36 +00:00
instantSet.h Added test cases for Tprepare(), implemented some redo-only operations, and started to clean up record allocation/deallocation. 2004-10-02 07:29:34 +00:00
linearHash.h Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
linearHashNTA.h Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
linkedListNTA.h Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
lladdhash.h Added (untested) support for whole-page operations, lladdhash now works. 2004-08-03 02:04:56 +00:00
naiveLinearHash.h Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
nestedTopActions.h Support for nested top actions, with simple unit test. (Haven't tested for thread safety yet.) 2004-11-29 21:28:13 +00:00
noop.h Added test cases for Tprepare(), implemented some redo-only operations, and started to clean up record allocation/deallocation. 2004-10-02 07:29:34 +00:00
pageOperations.h Implemented a freespace manager that should safely allocate space, even in the face of crashes, and can reclaim unused space (unless an application opens more than one simultaneous transaction that performs allocations) 2004-08-21 00:03:30 +00:00
prepare.h Added test cases for Tprepare(), implemented some redo-only operations, and started to clean up record allocation/deallocation. 2004-10-02 07:29:34 +00:00
set.h Implemented TsetRange, fixed bug in linear hash. 2004-12-03 00:27:47 +00:00