unordered_flat_set
C++ continuous memory hash containers.
Description
Continuous memory open addressing/closed hashing, with linear probing, container. Basically unordered_set, unordered_map, unordered_multiset, and unordered_multimap, but with vector like memory allocation.
Categories
License
Update Notifications
User Reviews
Be the first to post a review of unordered_flat_set!