Hybrid in-memory and disk cache in Rust
github.com
Hybrid in-memory and disk cache in Rust
1–3 of 3 posts
Re: Hybrid in-memory and disk cache in Rust
#2it's production ready, and has already been adopted by:
* RisingWave (https://github.com/risingwavelabs/risingwave): SQL stream processing, analytics, and management. * Chroma (https://github.com/chroma-core/chroma): Embedding database for LLM apps. * SlateDB (https://github.com/slatedb/slatedb): A cloud native embedded storage engine built on object storage.
Re: Hybrid in-memory and disk cache in Rust
#3Doesn't the kernel already have a disk cache? Is it duplicated work to cache the file again in userspace memory?