Soil
Soil copied to clipboard
An object oriented database that is easy to use and fun to play with
Add documentation about: - create/open database - makeRoot:/markDirty:/isSoilClusterRoot - transactions
Soil adds a typecode for PersistentDitionary, this class is not part of the Serializer package. Problems: - Serializer depends on that class - When loaded first it is nil and...
This is an edge case for the multiple concurrent transaction case as seen in testDoWithTransAction -> we open tx1 -> we open tx2 -> in tx2 we remove key 1...
When navigationg to the entry before (see #priorAssociation) we might need to go to the page before the current page. For now, we search from the first page: ``` priorPage...
Implement removal from a B+Tree
Caches should always be a strategy object that can be configured. Non-caching indexes could open multi-image usage
At the moment we have a secondary structure for accessing index data. The pages in the secondary structure are always duplicated even when only read. A real copy-on-write version should...