lbcutil/gcs
2021-09-10 16:37:45 -04:00
..
builder renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
doc.go gcs: fix slight typo in docs, 2^-n not 2^-1 2018-05-15 19:14:18 -07:00
gcs.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
gcs_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
gcsbench_test.go renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04:00
README.md renamed package to lbcutil, updated refs to it 2021-09-10 16:37:45 -04: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.