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
- Host: GitHub
- URL: https://github.com/bewaremypower/cachebenchmark
- Owner: BewareMyPower
- Created: 2024-07-20T10:18:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T13:02:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T00:22:14.785Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.