santa icon indicating copy to clipboard operation
santa copied to clipboard

Replace SantaCache

Open pmarkowsky opened this issue 2 years ago • 0 comments

Now that Santa no longer needs an in-kernel cache implementation, we should replace the current implementation with one that is more full featured and implements LRU semantics.

One potential option is using the oneTBB library's Concurrent Hash Map implementation as a base. And/or finding some LRU implementation built on top of that, such as thread-safe-lru

Steps to Completion

  • [ ] Implement a benchmark
  • [ ] Write code and tests
  • [ ] Ensure SantaCache replacement is as fast as existing implementation

pmarkowsky avatar Jun 30 '22 18:06 pmarkowsky