Skip to main contentCrate citadel_buffer
Source - allocator
- Page allocator with two-phase pending-free model for CoW B+ tree.
- btree
- CoW B+ tree engine. Mutations clone pages; old pages go to pending-free list.
- cursor
- B+ tree cursor for range iteration using a root-to-leaf path stack.
- pool
- sieve