al8n / stretto

Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: support read from write buffer to improve hit ratio

al8n opened this issue · comments

commented

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