#rust
2 posts tagged with #rust
Every article below is hand-written, technically reviewed, and focused on rust. Posts cover real-world architecture decisions, code-level implementation patterns, and trade-offs you'll only discover after shipping production systems.
Developer Tools Rust Allocator: jemalloc vs mimalloc vs tcmalloc for P99 [2026]
Allocator switching can cut P99 latency in Rust services. It can also do absolutely nothing. Here’s how to benchmark it like an adult and tune jemalloc without cargo-culting.
Developer Tools Rust WASM vs TypeScript Performance: Why the 'Faster' Language Lost by 25% [2026]
A developer rewrote a Rust WASM JSON parser in TypeScript and it ran 25% faster. Here's why the JS/WASM bridge kills performance for the wrong workloads.