Technical Deep Dives
Deep-dive technical posts explaining the design decisions and performance techniques behind Mapish.
Deep Dive
How GC pressure scales with live object count, and how the FFM API lets you escape it entirely.
Read post →
Deep Dive
Why contiguous memory and linear probing turn CPU caches into an ally — and how it beats HashMap's separate chaining.
Read post →
Deep Dive
The MemorySegment.mismatch() trick — SIMD-accelerated binary comparison that eliminates heap allocation during lookups.
Read post →
Deep Dive
The foundational papers behind Mapish — 60+ years of research in hashing theory, region-based memory, and SIMD-accelerated data processing.
Read post →