# gcs (http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![GoDoc](https://godoc.org/github.com/p9c/p9/util/gcs?status.png)](http://godoc.org/github.com/p9c/p9/util/gcs) Package gcs provides an API for building and using a Golomb-coded set filter 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. ## Installation and Updating ```bash $ go get -u github.com/p9c/p9/util/gcs ``` ## License Package gcs is licensed under the [copyfree](http://copyfree.org) ISC License.