An open API service indexing awesome lists of open source software.

https://github.com/bewaremypower/cachebenchmark

Compare the overhead of get for LRU cache implementations and a trivial map operation
https://github.com/bewaremypower/cachebenchmark

Last synced: over 1 year ago
JSON representation

Compare the overhead of get for LRU cache implementations and a trivial map operation

Awesome Lists containing this project

README

          

# CacheBenchmark

Profile the overhead of a get operation for some cache implementations than using a trivial concurrent hash map.