Comment on How Swiss tables work in Go built-in mapparentComments−fweimer6dihtabs preserve iteration order and have performance competitive with swiss tables (while not requiring as high a load factor): https://github.com/vnmakarov/ihtab−tialaramex6dThat is what they claim but I'm very sceptical - not that they can preserve order but that they get similar performance.
Comments
ihtabs preserve iteration order and have performance competitive with swiss tables (while not requiring as high a load factor): https://github.com/vnmakarov/ihtab
That is what they claim but I'm very sceptical - not that they can preserve order but that they get similar performance.