Tag: rust
1 post tagged with "rust"
- 04 Feb 2025
Lessons from BF-Tree: Building a Concurrent Larger-Than-Memory Index in Rust
A deep dive into the Rust implementation of BF-Tree, exploring custom allocators, RAII guards, atomic state machines, and deterministic concurrency testing with Shuttle.