s3-fifo 0.1.8

An efficient S3-FIFO Cache Implementation
Documentation
1
2
3
4
///! This is a thread-safe implementation of an S3-FIFO
///! Paper here: https://jasony.me/publication/sosp23-s3fifo.pdf

// TDDO: Use a thread-safe ring buffer for the cache implementation