v0.9.0
- Added
SyncedLRU, a thread-safe exact LRU wrapped aroundLRUfor 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.