core icon indicating copy to clipboard operation
core copied to clipboard

When updating to Go 1.23, consolidate ordmap and keylist into omap

Open rcoreilly opened this issue 5 months ago • 0 comments

Describe the feature

newly-added keylist is simpler and avoids the KeyValue tuple from ordmap, but it is probably a bit slower on insert and delete, but almost all of our use-cases for this don't care about this.

Anyway, we won't revisit until we migrate to 1.23 and then we'll implement the iterators.

Relevant code

No response

rcoreilly avatar Sep 13 '24 23:09 rcoreilly