Module hashtable

Source
Expand description

Concurrent hash tables and LRUs

Structsยง

ConcurrentHashTable
A hash table that shards to a constant number of tables to reduce lock contention
ConcurrentLruCache
Sharded concurrent data structure for LruCache