repositorypackage
0.0.0-20231229183719-08d603675d0a
Repository: https://github.com/mdlayher/ordered.git
Documentation: pkg.go.dev
# README
ordered

Package ordered
implements data structures which maintain consistent ordering
of inserted elements.
Note
This package is an experiment to handle use cases where regular Go maps are beneficial, but deterministic iteration order is also desired. No guarantees are made about the stability or performance characteristics of this package.