v1.0.0
Direct download: unordered_dense.h
First public release!
- Supports most of
std::unordered_map
andstd::unordered_set
API - All operations are fast, in the same ballpark as
absl::flat_hash_map
. - Densely stored, so iteration speed is blazing fast: you'll get
std::vector
iterators - 100% test coverage