Bloom filters: the niche trick behind a 16× faster API
The article explains how incident.io used Bloom filters, a probabilistic data structure, to achieve a 16× speed improvement in their API for checking user permissions across many teams, by avoiding expensive database lookups and reducing latency significantly.