lbcutil/gcs
2021-12-14 22:08:54 -08:00
..
builder [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
doc.go gcs: fix slight typo in docs, 2^-n not 2^-1 2018-05-15 19:14:18 -07:00
gcs.go [lbry] ci: fix linting errors 2021-12-14 22:08:54 -08:00
gcs_test.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
gcsbench_test.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
README.md [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00

gcs

ISC License

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.