Crate s3_fifo

source ·
Expand description

A non-thread-safe implementation of an S3-FIFO Paper here: https://jasony.me/publication/sosp23-s3fifo.pdf

Structs§

  • S3FIFO is a non-thread-safe implementation of an S3-FIFO
  • S3FIFO requires a key. This is a convenience struct that will generate a key from a value that is Hash.