lbcutil/gcs/README.md

9 lines
378 B
Markdown
Raw Permalink Normal View History

2017-01-18 18:43:25 +01:00
gcs
==========
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
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).
A comprehensive suite of tests is provided to ensure proper functionality.