/micro-LRU

Algorithmically optimal LRU cache implementation in 70 lines of python

Primary LanguagePythonMIT LicenseMIT

micro-LRU

O(1) (Optimal) LRU cache implementation in 70 lines of python