myelnet / rust-pop

Rust implementation of a Myel point of presence
1 stars 0 forks source link

Blockstore LFU eviction mechanism #14

Closed tchardin closed 2 years ago

tchardin commented 2 years ago

To protect pop storage from overgrowing, least frequently used blocks should be evicted after hitting a high watermark.

alexander-camuto commented 2 years ago

solved by #17