Expand description
LRU cache and Xor filter for reference table partial-cache mode.
TableLruCache provides O(1) slab-based LRU eviction for hot keys.
TableXorFilter wraps xorf::Xor8 for negative-lookup short-circuiting.
Structs§
- Table
Cache Metrics - Aggregated cache metrics for a single table.
- Table
LruCache - O(1) slab-based LRU cache for reference table rows.
- Table
XorFilter - Wraps
xorf::Xor8for negative-lookup short-circuiting.
Enums§
- Lookup
Decision - Decision from a cache-aware lookup.
Functions§
- collect_
cache_ metrics - Collect metrics from an LRU cache and xor filter pair.