in reply to Deterministic or keys in random order
Zero Two One
I think the reason for your "constant"/"deterministic" behavior is that your test hash is very very small so that there aren't much different ways to order the keys. It's just by chance that the first given key is the first returned. As soon you have more keys a different key is the first returned.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Deterministic or keys in random order
by almut (Canon) on May 14, 2008 at 14:43 UTC |