in reply to Re^3: Re-orderable keyed access structure?
in thread Re-orderable keyed access structure?
If the hash values are references to the array elements (not indices), then even if I shuffle the array, I can still find the correct array elements directly through their hash keys. The references to the individual elements of the array don't change when the hash is re-ordered. The indices do.
|
|---|