Go to file
2011-07-15 15:21:28 +01:00
.gitignore blank project 2011-06-16 08:16:10 +01:00
block_t.cc some streamlining of the block interface 2011-07-14 14:05:07 +01:00
block.h some streamlining of the block interface 2011-07-14 14:05:07 +01:00
block.tcc some streamlining of the block interface 2011-07-14 14:05:07 +01:00
btree_t.cc get btree insert/lookup working 2011-07-15 15:21:28 +01:00
btree.h get btree insert/lookup working 2011-07-15 15:21:28 +01:00
btree.tcc get btree insert/lookup working 2011-07-15 15:21:28 +01:00
core_map.h space map tests 2011-07-13 16:59:12 +01:00
endian.h get btree insert/lookup working 2011-07-15 15:21:28 +01:00
main.cc write a lot of the persistent data classes 2011-06-23 14:47:08 +01:00
Makefile get btree insert/lookup working 2011-07-15 15:21:28 +01:00
metadata.cc write some code 2011-06-27 10:45:30 +01:00
metadata.h write some code 2011-06-27 10:45:30 +01:00
README blank project 2011-06-16 08:16:10 +01:00
space_map_t.cc space map tests 2011-07-13 16:59:12 +01:00
space_map.h space map tests 2011-07-13 16:59:12 +01:00
transaction_manager_t.cc get btree insert/lookup working 2011-07-15 15:21:28 +01:00
transaction_manager.h streamline and test transaction_manager 2011-07-14 15:31:00 +01:00
transaction_manager.tcc streamline and test transaction_manager 2011-07-14 15:31:00 +01:00

A quick experiment to see how a C++ version would shape up.