dcrd/gcs
Dave Collins 0f50fd5f8c
multi: Add go 1.11 directive to all modules.
This adds the go 1.11 directive to all of the modules in order to
clearly mark they build and work with that version.  Go 1.12 modified
the tools such that tidy will automatically add the new version to
modules that do not already have a directive and that would prevent
builds on Go 1.11 through Go 1.11.3 which is not desirable.
2019-03-18 02:02:35 -05:00
..
blockcf multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
bits.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
doc.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
gcs_test.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
gcs.go gcs: use dchest/siphash 2018-08-14 17:13:22 -04:00
gcsbench_test.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
go.mod multi: Add go 1.11 directive to all modules. 2019-03-18 02:02:35 -05:00
go.sum multi: Remove non-root module replacements. 2019-02-08 18:01:43 -06:00
README.md multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00

gcs

GoDoc

Package gcs provides an API for building and using a Golomb-coded set filter similar to that described here.

A comprehensive suite of tests is provided to ensure proper functionality.