repositorypackage
0.0.0-20160802061340-c46fd3179666
Repository: https://github.com/dustin/go-hashset.git
Documentation: pkg.go.dev
# 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.