wvwwvwwv / scalable-concurrent-containers

High performance containers and utilities for concurrent and asynchronous programming
Apache License 2.0
285 stars 14 forks source link

HashCache overhaul #122

Closed wvwwvwwv closed 5 months ago

wvwwvwwv commented 6 months ago
  1. Evictable unnecessary uses more memory - can be replaced with a dedicated field in Bucket.
  2. Need to be battle-tested.