Skip to main content

Module bloom

Module bloom 

Source

Structs§

BloomFilter
A small, allocation-free Bloom filter. We use it to short-circuit the hallucination validator: if a symbol isn’t in the bloom it’s definitely not in the graph, so we can return early without an SQL round-trip.