21:40
2026-09-15
dev.to
ai-infrastructure
SetrixDB: a set engine in Go — exact set intersection over IDs (and where it loses)
A developer built SetrixDB, an exact set engine in Go that performs presence checks and intersections over uint64 IDs using a from-scratch Minimal Perfect Hash Function (CHD v2) and AVX-512-accelerate…