dashtable

A concurrent raw hash table


Keywords
collection, concurrent, container, hashmap
License
MIT

Documentation

Dashtable: a concurrent raw hash table (fork of dashmap)

Crate Documentation Minimum Rust 1.85.0 Lines of Code Dependencies License Codecov Build Status Test Status

This is a fork of the dashmap crate that adds minimal support for a raw HashTable API akin to the hashbrown crate.