Documentation ¶
Overview ¶
Package prob implements fully features dynamic probabilistic filter.
- Copyright (c) 2018-2024, NVIDIA CORPORATION. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
Filter is dynamic probabilistic filter which grows if there is more space needed.
NOTE: Underneath it uses Cuckoo filters - Bloom filters could be also used but in the future we might need `Delete` method which Bloom filters cannot implement.
func NewDefaultFilter ¶
func NewDefaultFilter() *Filter
Click to show internal directories.
Click to hide internal directories.