User:Jorend/Deterministic hash tables: Difference between revisions

Jump to navigation Jump to search
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 nondeterministic hash table that is structured like this (pseudocode):
Tyler Close has developed a deterministic hash table that is structured like this (pseudocode):


  struct Entry {
  struct Entry {
638

edits

Navigation menu