I saw this post on the Sieve Cache and wanted to see if I could quickly prototype it in Dart. I did. Compared to the LRU cache in Quiver I was able to get 20-50% speedup with a naive sampling method. May write it up and play with more. #DartLang #programming https://www.usenix.org/publications/loginonline/sieve-cache-eviction-can-be-simple-effective-and-scalable
There are no comments yet.