Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterCaseInsensitive ¶
FilterCaseInsensitive configures the Filter to be Case Insensitive
Types ¶
type Filter ¶
Filter is a unique filter utilizing Cuckoo Filters
func NewFilter ¶
func NewFilter(options ...FilterOption) (*Filter, error)
NewFilter returns a Filter configured with the given FilterOptions
type FilterOption ¶
FilterOption sets an option of the passed Filter
func FilterCapacity ¶
func FilterCapacity(capacity uint) FilterOption
FilterCapacity sets the cuckoo filter capacity for the Filter's internal cuckoo filters
Click to show internal directories.
Click to hide internal directories.