https://github.com/chanced/maps
a small map utility library for go
https://github.com/chanced/maps
go golang hashmap
Last synced: 8 months ago
JSON representation
a small map utility library for go
- Host: GitHub
- URL: https://github.com/chanced/maps
- Owner: chanced
- License: mit
- Created: 2022-09-02T16:30:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T17:24:44.000Z (over 3 years ago)
- Last Synced: 2024-10-06T00:42:46.306Z (over 1 year ago)
- Topics: go, golang, hashmap
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maps is a utility library for go maps
In current form the lib is incredibly small. I may build it up over time.
If you need a sorted map and require performance, consider a [btree](https://github.com/google/btree).
## License
MIT