foyer icon indicating copy to clipboard operation
foyer copied to clipboard

Hybrid memory and disk cache in Rust

Results 124 foyer issues
Sort by recently updated
recently updated
newest added

There are verbose warning/info logs that will stress the user's production environment. Let's refine them. - [x] Channel overflow warn log. #921 - [ ] ...

refactor

Since `Dev` function calls always involve disk I/O, where dynamic dispatch won't add slight overhead. Let's make it object-safe and use dyn to make code simpler.

refactor

By "cache policy" here means caching entry `in-memory only`/`in-disk only`/`hybrid`.

feature

Hi. In the `mokabench` result https://github.com/moka-rs/mokabench/pull/20#issuecomment-2080429290, `foyer` had lower hit ratio than `moka` in the same workload. | Cache | Size | Num Clients | Hit Ratio (Higher is better)...

bug

Signed-off-by: MrCroxx ## What's changed and what's your intention? > Please explain **IN DETAIL** what the changes are in this PR and why they are needed. :D Introduce manifest file...

feature
refactor

Dynamically adjust the admission rate based on the sampling.

feature

FYI https://github.com/foyer-rs/foyer/pull/859#pullrequestreview-2608776551

test