grumpydb 0.2.0

A disk-based object storage engine with B+Tree indexing and page-based storage
Documentation
1
2
3
//! Buffer pool implementation with LRU eviction.

// TODO: Implement BufferPool (Phase 6.2)