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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Re-orderable keyed access structure?
by etcshadow (Priest) on Aug 14, 2004 at 04:21 UTC | |
by BrowserUk (Patriarch) on Aug 14, 2004 at 04:39 UTC | |
by Aristotle (Chancellor) on Aug 14, 2004 at 05:09 UTC | |
by BrowserUk (Patriarch) on Aug 14, 2004 at 15:01 UTC |