Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmcpasserby/set
Generic HashSet library for Go >= 1.18
https://github.com/cmcpasserby/set
Last synced: about 2 months ago
JSON representation
Generic HashSet library for Go >= 1.18
- Host: GitHub
- URL: https://github.com/cmcpasserby/set
- Owner: cmcpasserby
- License: mit
- Created: 2022-03-28T19:38:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T18:19:27.000Z (5 months ago)
- Last Synced: 2024-10-16T22:53:42.319Z (2 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generic Hash Set for GO
Just a simple hashset type built for go using `map[T]struct{}`.