https://github.com/mdlayher/ordered
Package ordered implements data structures which maintain consistent ordering of inserted elements.
https://github.com/mdlayher/ordered
Last synced: 16 days ago
JSON representation
Package ordered implements data structures which maintain consistent ordering of inserted elements.
- Host: GitHub
- URL: https://github.com/mdlayher/ordered
- Owner: mdlayher
- License: mit
- Created: 2022-05-12T13:28:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T18:37:20.000Z (over 1 year ago)
- Last Synced: 2025-03-25T10:37:31.657Z (about 1 month ago)
- Language: Go
- Size: 11.7 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ordered [](https://github.com/mdlayher/ordered/actions) [](https://pkg.go.dev/github.com/mdlayher/ordered) [](https://goreportcard.com/report/github.com/mdlayher/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.