dcrd/gcs
Dave Collins 45e313e6d2
multi: Define vgo modules.
This adds module support for the versioned go toolchain.  In particular,
the following packages are defined as modules:

* addrmgr
* blockchain
* certgen
* chaincfg
* connmgr
* database
* dcrjson
* dcrutil
* gcs
* hdkeychain
* mempool
* mining
* peer
* rpcclient
* txscript
* wire

It does not update the travis build environment or README since it is
experimental at this point.
2018-05-25 15:38:16 -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 multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
gcsbench_test.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
go.mod multi: Define vgo modules. 2018-05-25 15:38:16 -05:00
go.modverify multi: Define vgo modules. 2018-05-25 15:38:16 -05:00
README.md multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
uint64slice.go 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.