As a curiosity, is an ordered map really a hashtable or is it a different
kind of self-organizing search structure? I would look to LLRB trees if
order is an issue... (do a Google search for "Sedgewick LLRB") or start
here:
https://www.cs.princeton.edu/~rs/talks/LLRB/RedBlack.pdf
On Tue, Aug 15,
Sorry if this topic has been discussed, but I'm looking for a Go ordered
map implementation.
I've found
- https://github.com/samdolan/go-ordered-map
- https://github.com/emperorcow/orderedmap
etc
But none seems to be being maintained.
Anyone has used or can recommend a good Go ordered map