An open API service indexing awesome lists of open source software.

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

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