Lessons Learned from Developing Distributed Systems with Rust

Lessons Learned from Developing Distributed Systems with Rust

Fjall – A Safe Rust KV Storage Engine Fjall is an embeddable, LSM-based, forbid-unsafe Rust key-value storage engine. Its goal is to be a reliable and predictable yet high-performance general-purpose KV storage engine suitable for small datasets, especially those larger than memory size. I have just released version 1.0, which stabilizes its data format for … Read more