foyer icon indicating copy to clipboard operation
foyer copied to clipboard

Hybrid memory and disk cache in Rust

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

## 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 When *foyer* was first developed,...

feature

## What's changed and what's your intention? Still thinking . A little bit confuse. Pingora's tinyufo is the state of art of this zipf bench. ## Checklist - [ ]...

The storage engine in `foyer-storage` crate was initially designed for large entries disk cache. It used direct i/o and carefully aligned i/o to minimize page cache buffer copy. But it...

refactor

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 ## Checklist -...

Currently `foyer-memory` only provides a thread-safe sharded cache. A light-weight single thread in-memory cache can also be provided with some refactors to extend the use cases.

feature

https://crates.io/crates/equivalent

feature
refactor