Skip to content

Instantly share code, notes, and snippets.

@lucapericlp
lucapericlp / arc.py
Created January 30, 2025 12:14 — forked from pior/arc.py
Adaptive replacement cache implementation in Python
"""
ARC implementation
Based on
http://code.activestate.com/recipes/576532-adaptive-replacement-cache-in-python/
Original Paper
https://www.usenix.org/legacy/events/fast03/tech/full_papers/megiddo/megiddo.pdf
Warning: patented by IBM