» Tag
systems-programming
3 postsJuly 2026
How mirrord Now Runs Natively on Windows
mirrord drops its WSL requirement and now runs natively on Windows, using manual DLL injection and deep IDE integrations instead of LD_PRELOAD.
mirrordwindowskubernetesdeveloper-toolsCache-Conscious Data Layout in Rust: Field Zoning and False Sharing
Exploring field zoning, cache alignment, and false-sharing prevention for multi-core Rust data structures, illustrated through an SPSC ring buffer design.
rustperformanceconcurrencycache-optimizationMechanical Sympathy: Principles for Hardware-Aware Software Design
How CPU cache hierarchies, false sharing, and single-writer architectures underpin mechanical sympathy principles for building high-performance systems.
performanceconcurrencysystems-programmingcpu-architecture