al8n / stretto

Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.
Apache License 2.0
412 stars 28 forks source link

feat: support read from write buffer to improve hit ratio #45

Open al8n opened 1 year ago

al8n commented 1 year ago

The hit ratio can be improved by supporting the reading of the items which are in the write buffer.