Versions in this module Expand all Collapse all v0 v0.1.1 Sep 11, 2016 Changes in this version + func BucketSize(s uint8) option + func FingerprintSize(s uint8) option + func HashFn(hashfn hash.Hash) option + func MaximumKicks(k uint) option + func Size(s uint) option type CFilter + func New(opts ...option) *CFilter + func (cf *CFilter) Count() uint v0.1.0 Aug 7, 2016 Changes in this version + type CFilter struct + func NewCFilter() *CFilter + func (cf *CFilter) Delete(item []byte) bool + func (cf *CFilter) Insert(item []byte) bool + func (cf *CFilter) Lookup(item []byte) bool + func (cf *CFilter) Size() uint