Skip to main content
← Lab

funnelscan

confirmedRust · NEON / Apple M4Systems & data structuresJuly 1, 2026

the question

How hard can you load a hash table before p99.9 probe counts fall apart?

what came out

A NEON group-probe funnel table sustains 99.9% load with bounded p99.9 probes, in a smaller footprint than a SwissTable forced to resize.

method & receipts

  • Result: confirmed
  • Machine-readable claims every reported number, in a checkable file.
  • Tested — a correctness/benchmark suite ships alongside the code.

→ read the code and re-run it

github.com/v-code01/funnelscan