Concurrent Programming
3 posts

10x Performance Boost Secret: 99% Don't Know These Go Concurrent GC Tricks
Production latency dropped from 500ms to 50ms! Deep dive into Go’s tri-color marking algorithm, write barriers, and GOGC tuning. Say goodbye to lag forever.
January 6, 2026 · 6 min · 1235 words · Dream Beast Programming

Reliable Node Communication with Channels + Per-Peer Task Pattern: Say Goodbye to Message Loss
Learn how to build reliable, scalable WebSocket communication using Rust’s channels and per-peer task pattern, completely solving concurrency issues and message loss problems
September 13, 2025 · 5 min · 1027 words · Rexai Programming
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!
January 15, 2024 · 6 min · 1184 words · Rexai Programming