bigwolftime / gitmentCommentsPlugin

0 stars 0 forks source link

缓存浅析 #46

Open bigwolftime opened 2 years ago

bigwolftime commented 2 years ago

https://bigwolftime.github.io/cache/

引入

缓存的局部性原理

LRU, LFU, TinyLFU, W-TinyLFU

参考

TinyLFU: A Highly Efficient Cache Admission Policy https://nan01ab.github.io/2018/04/TinyLFU.html https://segmentfault.com/a/1190000016091569 https://blog.csdn.net/ly262173911/article/details/112724035