stasis-aries-wal/test/lladd
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
..
check_blobRecovery.c Added support for gcov, and ran gprof. Shaved 10% off the runtime of check_page by optimizing rw.c 2004-10-04 05:24:12 +00:00
check_bufferManager.c Implemented pages that store fixed sized records efficiently, and a java-style ArrayList data structure that efficiently supports (relatively) clustered, O(1) access time expandable arrays. (This will be used for the hash implementation...) 2004-10-06 06:08:09 +00:00
check_header.c Test case for lost header fix. 2004-12-06 01:24:04 +00:00
check_indirect.c 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
check_lht.c Initial revision 2004-06-24 21:10:31 +00:00
check_linearHash.c Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
check_linearHashNTA.c Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
check_linkedListNTA.c Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
check_lladdhash.c Added (untested) support for whole-page operations, lladdhash now works. 2004-08-03 02:04:56 +00:00
check_logEntry.c Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00
check_logicalLinearHash.c Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00
check_logWriter.c Added support for gcov, and ran gprof. Shaved 10% off the runtime of check_page by optimizing rw.c 2004-10-04 05:24:12 +00:00
check_operations.c Starting to rip the old jbhash implementation out, and replace it with a 2005-01-10 03:02:02 +00:00
check_page.c Implemented TrecordType() 2004-12-01 01:26:25 +00:00
check_pageOperations.c 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
check_recovery.c Fixed regressions, major update of page / slotted interfaces in anticipation of moving LLADD towards a generic transactional page system. 2004-08-17 01:46:17 +00:00
check_transactional2.c Fixed regressions, major update of page / slotted interfaces in anticipation of moving LLADD towards a generic transactional page system. 2004-08-17 01:46:17 +00:00
Makefile.am Working, non-concurrent linear hash and linked list implementations. 2005-01-14 01:52:53 +00:00