Skip to content

v0.9.0

Compare
Choose a tag to compare
@rockdaboot rockdaboot released this 02 Jan 18:40
· 27 commits to main since this release
  • Added SyncedLRU, a thread-safe exact LRU wrapped around LRU for low concurrency situations.
  • Added ShardedLRU, a thread-safe sharded LRU to avoid lock contention for high concurrency situations.
  • Added parallel benchmarks.
  • Added benchmarks of several other LRU/cache implementations.