Hacker News new | ask | show | jobs
by sametmax 2795 days ago
Does it preserves insertion order ?
1 comments

Of course not. hash table iteration should assume random order, otherwise it's a security risk or performance nightmare.