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

https://github.com/jab/lfu-cache

Constant-time LFU Cache in ~100 lines of Python
https://github.com/jab/lfu-cache

Last synced: 8 months ago
JSON representation

Constant-time LFU Cache in ~100 lines of Python

Awesome Lists containing this project

README

          

O(1) LFU Cache
==============

See `lfu.py`.