[go: up one dir, main page]

Module map

Module map 

Source
Expand description

A lockfree hash map implemented with bucket pointer arrays, open addressing, and linear probing.

Structs§

HashMap
A lockfree hash map implemented with bucket pointer arrays, open addressing, and linear probing.

Type Aliases§

DefaultHashBuilder
Default hasher for HashMap.