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

Adds Copy() function #19

Closed ebh closed 3 years ago

ebh commented 3 years ago

As per discussion on PR #10 for elliotchance/mocksqs adding Copy().

Note: I've not added any benchmarking for Copy(). I had a look and wanted to check in first, to confirm if that was needed or not :)


This change is Reviewable