Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/go-hashset
A set of hashes.
https://github.com/dustin/go-hashset
Last synced: about 2 months ago
JSON representation
A set of hashes.
- Host: GitHub
- URL: https://github.com/dustin/go-hashset
- Owner: dustin
- Created: 2013-05-30T23:10:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T06:16:38.000Z (over 8 years ago)
- Last Synced: 2024-10-11T14:15:22.363Z (2 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is a simple package to store a set of hashes (or really any
fixed-length binary things).I load a large number of hashes (e.g. sha1) into it and then do a
bunch of data processing where I need to know whether a particular
hash matters.