[][src]Crate cht

Lockfree resizeable concurrent hash table.

The hash table in this crate was inspired by a blog post by Jeff Phreshing, which describes the implementation of a hash table in Junction.

Re-exports

pub use map::HashMap;

Modules

map

A lockfree concurrent hash map implemented with open addressing and linear probing.