• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

builder/H11-Apr-2020-655434

README.mdH A D11-Apr-2020793 2517

doc.goH A D11-Apr-2020938 251

gcs.goH A D11-Apr-202015.1 KiB542287

gcs_test.goH A D11-Apr-202010.2 KiB367293

gcsbench_test.goH A D11-Apr-20205.8 KiB235189

README.md

1gcs
2==========
3
4[![Build Status](http://img.shields.io/travis/btcsuite/btcutil.svg)]
5(https://travis-ci.org/btcsuite/btcutil) [![ISC License]
6(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
7[![GoDoc](https://godoc.org/github.com/btcsuite/btcutil/gcs?status.png)]
8(http://godoc.org/github.com/btcsuite/btcutil/gcs)
9
10Package gcs provides an API for building and using a Golomb-coded set filter
11similar to that described [here](http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters).
12
13A comprehensive suite of tests is provided to ensure proper functionality.
14
15## Installation and Updating
16
17```bash
18$ go get -u github.com/btcsuite/btcutil/gcs
19```
20
21## License
22
23Package gcs is licensed under the [copyfree](http://copyfree.org) ISC
24License.
25