Show HN: CasCache – multi-generational cache with optimistic concurrency control github.com 17 points by unkn0wn_root 2 days ago
bhawks 14 hours ago In a data context CAS expands to content addressible storage. CasCache is "compare and set cache" which is definitely cool and useful as well as totally different from what I initially thought it was. jitl 12 hours ago In a cache context CAS is compare and swap, content addressable didn’t cross my mind
jitl 12 hours ago In a cache context CAS is compare and swap, content addressable didn’t cross my mind
In a data context CAS expands to content addressible storage. CasCache is "compare and set cache" which is definitely cool and useful as well as totally different from what I initially thought it was.
In a cache context CAS is compare and swap, content addressable didn’t cross my mind