Making a STL-compatible hash map from scratch - Part 3 - The wonderful world of iterators and allocators

Posted on Fri 01 May 2020 in C++ • Tagged with C++20, C++17, hash map, unordered_map, iterator, allocator

This post is part of a series of posts:

In the previous post, we prepared our data-structure to be able to store our …


Continue reading