skarupke / flat_hash_map

A very fast hashtable
1.69k stars 186 forks source link

Iteration Order #32

Open victorstewart opened 5 years ago

victorstewart commented 5 years ago

currently when you iterate over the nodes in the map, the order they are returned is not the order the were inserted into the map in.

is there some easy tweak to ensure these orderings match up?

Micke632 commented 10 months ago

is this a joke?