2017-01-18 18:43:25 +01:00
|
|
|
gcs
|
2017-01-12 21:25:31 +01:00
|
|
|
==========
|
|
|
|
|
2021-09-10 22:30:39 +02:00
|
|
|
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
|
2017-01-12 21:25:31 +01:00
|
|
|
|
|
|
|
Package gcs provides an API for building and using a Golomb-coded set filter
|
2017-01-18 18:43:25 +01:00
|
|
|
similar to that described [here](http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters).
|
2017-01-12 21:25:31 +01:00
|
|
|
|
2021-09-10 22:30:39 +02:00
|
|
|
A comprehensive suite of tests is provided to ensure proper functionality.
|