638
edits
(→Background: oops) |
|||
| Line 19: | Line 19: | ||
Can a data structure retain the performance of traditional, arbitrary-order hash tables while also storing the order in which entries were added, so that iteration order is deterministic? | Can a data structure retain the performance of traditional, arbitrary-order hash tables while also storing the order in which entries were added, so that iteration order is deterministic? | ||
Tyler Close has developed a | Tyler Close has developed a deterministic hash table that is structured like this (pseudocode): | ||
struct Entry { | struct Entry { | ||
edits