Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.