»
Sieve_Cache
lock_free.Sieve_Cache
Type Parameters
Fields
Functions
§(key lock_free.Sieve_Cache.K, val Function lock_free.Sieve_Cache.V) => lock_free.Sieve_Cache.V
§
(key lock_free.Sieve_Cache.K, val Function lock_free.Sieve_Cache.V)
=>
lock_free.Sieve_Cache.Vaccess stored value for key,
if not in cache, compute and store in cache
if not in cache, compute and store in cache
0.093dev (2025-05-13 15:50:27 GIT hash 38f965e14265a6f3ba3f96f18ddedb79352428af built by fridi@fzen)
It achieves both simplicity and efficiency."
source: https://sievecache.com/
paper : https://junchengyang.com/publication/nsdi24-SIEVE.pdf
example usage: