An open API service indexing awesome lists of open source software.

https://github.com/djc/s3-fifo


https://github.com/djc/s3-fifo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# s3-fifo: a simple, scalable cache eviction algorithm based on static queues

* Introduction: https://blog.jasony.me/system/cache/2023/08/01/s3fifo
* Paper: https://jasony.me/publication/sosp23-s3fifo.pdf
* C implementation: https://github.com/1a1a11a/libCacheSim/blob/5fa68ef6902350aa9734398862bec7912d59f5e3/libCacheSim/cache/eviction/S3FIFO.c#L320
* Python implementation: https://github.com/cacheMon/py-cachemonCache/blob/1bb35ddf89c9f961f12013afb87213f72c75f4b9/src/cachemonCache/cache/s3fifo.py#L133
* Third-party Python implementation: https://github.com/cmcaine/s3fifo.py/blob/main/s3fifo.py