Rust
34 posts
I Told Old Zhang His Rust Service Might Be 10x Slower - He Almost Spit Coffee in My Face
Rust service suddenly 10x slower? The problem might be hiding in Serde macros. This article walks through a real story to help you identify and fix performance issues caused by Serde serialization.

Why Rust Makes C++ Programmers Lose Sleep at Night: Lessons from My Migration Journey
A C++ developer with 5 years of experience shares real insights from switching to Rust. From memory safety to concurrency, these 10 features completely changed my perspective on systems programming

Rust File Distribution & Hot Reload: Managing Your Code Like a Delivery Network Pro
Learn Rust file distribution, config synchronization, and hot code reloading through vivid delivery service analogies - manage code deployment like running a delivery empire
Rust Async Unveiled: The Secret to Making Code 'Slack Off' While Doubling Efficiency!
Deep dive into Rust async programming core concepts, from async/await to Future, from tokio runtime to concurrent processing. Master zero-cost async programming essence and double your Rust code efficiency!