Redirects
How we made global routing faster with Bloom filters

How we made global routing faster with Bloom filters

9/19/2025

What this post added

This post details the optimization of the path lookup operation by replacing slow JSON parsing with Bloom filters, reducing memory usage by 15% and improving TTFB by 10% for websites with many static paths. The new implementation uses Base64 encoded Bloom filters for faster uploads and parsing, achieving near-zero latency for path lookups.

Read the original post ↗