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, 2017 at 5:17 PM, Tong Sun <suntong...@gmail.com> wrote: > 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 implementation? > > Thx > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Michael T. Jones michael.jo...@gmail.com -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.