/pylfu

python Lfu Cache Decorator

Primary LanguagePython

python实现基于频次使用的缓存替换算法,保证了缓存系统里的数据都是高访问的,剔除频次最低的数据

pip insatll pylfu