Directories
¶
| Path | Synopsis |
|---|---|
|
Package bloom provides a counting Bloom filter for probabilistic membership testing with element removal support.
|
Package bloom provides a counting Bloom filter for probabilistic membership testing with element removal support. |
|
Package btree provides a B-tree for ordered key-value storage with configurable order.
|
Package btree provides a B-tree for ordered key-value storage with configurable order. |
|
Package comparator provides stateless comparison functions that are safe for concurrent use.
|
Package comparator provides stateless comparison functions that are safe for concurrent use. |
|
Package fuzzysearch provides fuzzy string matching with Levenshtein distance ranking, useful for filtering data quickly based on lightweight user input.
|
Package fuzzysearch provides fuzzy string matching with Levenshtein distance ranking, useful for filtering data quickly based on lightweight user input. |
|
Package hll provides a HyperLogLog probabilistic cardinality estimator.
|
Package hll provides a HyperLogLog probabilistic cardinality estimator. |
|
Package linkedlist provides a generic doubly linked list with ID-based indexing.
|
Package linkedlist provides a generic doubly linked list with ID-based indexing. |
|
Package lru provides an LRU cache that evicts the least recently used entry when capacity is reached.
|
Package lru provides an LRU cache that evicts the least recently used entry when capacity is reached. |
|
Package orderedmap provides an insertion-ordered map.
|
Package orderedmap provides an insertion-ordered map. |
|
Package registry provides a thread-safe registry; all methods are protected by a read-write mutex.
|
Package registry provides a thread-safe registry; all methods are protected by a read-write mutex. |
|
Package sortedset provides a sorted set backed by a skip list.
|
Package sortedset provides a sorted set backed by a skip list. |
|
Package stack provides a generic LIFO stack backed by a slice.
|
Package stack provides a generic LIFO stack backed by a slice. |
|
Package utils provides hashing, sorting, and string helpers (stateless, safe for concurrent use) as well as SafeMap and SafeList which are thread-safe via read-write mutexes.
|
Package utils provides hashing, sorting, and string helpers (stateless, safe for concurrent use) as well as SafeMap and SafeList which are thread-safe via read-write mutexes. |
Click to show internal directories.
Click to hide internal directories.