Organizing data in Rust
Repositories
fjall
LSM-based embeddable key-value storage engine
MIT / Apache
lsm-tree
K.I.S.S. implementation of log-structured merge trees
MIT / Apache
value-log
Log-structured value log for key-value separated storage
MIT / Apache
byteview
Clonable and inlinable immutable byte slice
MIT / Apache
Sponsors
Recent posts
Retracing Google’s steps: recreating the Webtable in Rust
Mar 21, 2025
The key-value design to store the entire internet
When Rust's Arc is not enough: Announcing Fjall 2.6
Feb 8, 2025
Introducing byteview for better performance in Fjall
Conditional type specialization using newtypes
Oct 7, 2024
Using Rust newtypes to specialize conditional types
Which hash function makes the fastest bloom filter?
Aug 3, 2024
Benchmarking Rust-based hash functions in LSM-trees