lbcutil/gcs
2018-05-15 19:14:18 -07:00
..
doc.go gcs: add package for building and using Golomb-coded set filters 2018-05-15 19:14:18 -07:00
gcs.go Fix issues found by golint without changing API. 2018-05-15 19:14:18 -07:00
gcs_test.go Change tests to use gcs.Filter instead of custom interface 2018-05-15 19:14:18 -07:00
gcsbench_test.go gcs: add package for building and using Golomb-coded set filters 2018-05-15 19:14:18 -07:00
README.md gcs: add package for building and using Golomb-coded set filters 2018-05-15 19:14:18 -07:00
uint64slice.go gcs: add package for building and using Golomb-coded set filters 2018-05-15 19:14:18 -07:00

base58

[Build Status] (https://travis-ci.org/btcsuite/btcutil) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (http://godoc.org/github.com/btcsuite/btcutil/gcs)

Package gcs provides an API for building and using a Golomb-coded set filter similar to that described [here].(http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters)

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

Installation and Updating

$ go get -u github.com/btcsuite/btcutil/gcs

License

Package gcs is licensed under the copyfree ISC License.