Skip to content

v1.0.0

Compare
Choose a tag to compare
@martinus martinus released this 05 Jul 07:07
· 154 commits to main since this release

Direct download: unordered_dense.h

First public release!

  • Supports most of std::unordered_map and std::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