elliotchance / orderedmap

🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
MIT License
817 stars 62 forks source link

Try to improve the performances of the non generic version #32

Closed MagnaboscoL closed 1 year ago

MagnaboscoL commented 1 year ago

Apply to the non generic version of the orderedmap the same improvements already implemented for v2 in https://github.com/elliotchance/orderedmap/pull/30


This change is Reviewable