https://github.com/goki/ordmap
Package ordmap implements an ordered map that retains the order of items added to a slice, while also providing fast key-based map lookup of items, using the Go 1.18 generics system.
https://github.com/goki/ordmap
Last synced: about 1 year ago
JSON representation
Package ordmap implements an ordered map that retains the order of items added to a slice, while also providing fast key-based map lookup of items, using the Go 1.18 generics system.
- Host: GitHub
- URL: https://github.com/goki/ordmap
- Owner: goki
- License: bsd-3-clause
- Created: 2023-09-02T21:40:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T23:24:43.000Z (over 2 years ago)
- Last Synced: 2023-12-27T00:28:54.752Z (over 2 years ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE