modulepackage
0.0.0-20240606151454-b68dea92b13c
Repository: https://github.com/rg0now/concurrent-mtf.git
Documentation: pkg.go.dev
# README
concurrent-mtf
Experimentation with parallel self-adjusting data structures
# Functions
No description provided by the author
NewBloomFilterWithHasher creates a new Bloom filter with the given number of elements (n) and false positive rate (p).
No description provided by the author
No description provided by the author
static cache never evicts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBloomSelfAdjustingFilter creates a new self-adjusting Bloom filter with the given number of elements (n) and false positive rate (p).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBloomFilterWithHasher creates a new Bloom filter with the given number of elements (n) and false positive rate (p) using weighted hashing.
No description provided by the author
NewWeightedBloomSelfAdjustingFilter creates a new self-adjusting Bloom filter with the given number of elements (n) and false positive rate (p) using weighted hashing.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BloomFilter represents a single Bloom filter structure.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
POISSON.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UNIFORM.
//////////////// Weighted ////////////////.
No description provided by the author
WeightedBTree is a balanced tree with a somewhat heavier comparison operator.
No description provided by the author
WeightedSplay tree is a splay-tree implementation with a somewhat more heavy-weight less function for comparison.
ZIPF.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author