News

The whole implementation of my_unorderd_map class is done in the header file as it is a template class. Some implementation explanation: The iter_list is a member of my_unordered_map, it is a list ...
A drop-in alternative for unordered_map and unordered_set. Extremely low memory usage (typically about one byte overhead per entry), and most importantly very small memory overhead when resizing. Very ...