Y
Hacker News
new
|
ask
|
show
|
jobs
by
sametmax
2795 days ago
Does it preserves insertion order ?
1 comments
rurban
2795 days ago
Of course not. hash table iteration should assume random order, otherwise it's a security risk or performance nightmare.
link