Skip to content

Instantly share code, notes, and snippets.

View rheineke's full-sized avatar

Reece Heineke rheineke

View GitHub Profile
@pior
pior / arc.py
Last active November 11, 2020 07:24
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