|
|
|
|
|
by PeterisP
4430 days ago
|
|
In Java, you could write an unittest that inserts 10 fixed items in a hashmap, checks if the first one is "foobar", and it'd always pass, since the order is predictable - it's essentially sorted by the fixed hashfunction of those keys. In Golang, it'd change between each iteration. |
|