Initial Release 馃帀
ordered is a zero dependency, pure Go implementation of an ordered map with a focus on ergonomics thanks to generics and iterators.
Try it today!
go get -u go.treyburn.dev/ordered@v0.1.0What's included
- Implement basic
ordered.Mapby @treyburn in #2 - Added options to constructor and
WithCapacity()option by @treyburn in #4 - Added an
Insert()method for placing entries at the front of the list by @treyburn in #5 - Added
Reverse()method for reverse iteration by @treyburn in #6 - Reduced required Go version to 1.23 by @treyburn in #7
New Contributors
Full Changelog: https://github.com/treyburn/ordered/commits/v0.1.0