PgDog Protobuf vs Direct FFI Performance Comparison

PostgreSQL Query Parsing Too Slow? PgDog Ditched Protobuf and Got 5x Faster

PgDog is a Rust-based PostgreSQL proxy. They discovered Protobuf serialization was the real bottleneck in SQL query parsing — not the Postgres parser itself. By replacing Protobuf with direct C-to-Rust FFI bindings, they achieved 5-10x faster parsing.

February 3, 2026 · 5 min · 1043 words · Dream Beast Programming
Rust GCC Compiler Backend: Engine Swap Analogy

Rust GCC Compiler Backend: Install rustc-codegen-gcc with One Command

rustc-codegen-gcc is now officially part of rustup nightly components. Linux users can now experience GCC-compiled Rust code with a single command. No more manual compilation, no more environment setup hassles—it’s like giving Rust a new engine.

January 26, 2026 · 8 min · 1566 words · Dream Beast Programming
Rust Async Trap

The Rust Async Trap Everyone Steps On Once

It compiles. It runs. It even passes stress tests… until production catches fire. Let’s talk about that classic async Rust pitfall everyone hits.

January 15, 2026 · 5 min · 974 words · Rexai Programming
Rust Design Patterns Illustration

Rust Design Patterns: 3 Best Practices Senior Backend Engineers Always Use

Discover the Rust design patterns senior engineers swear by: Newtype pattern prevents invalid states, ownership design reflects system boundaries, enum error handling makes failures predictable. Master these Rust best practices to build rock-solid backend code and say goodbye to midnight incidents.

January 10, 2026 · 7 min · 1335 words · Dream Beast Programming
High‑value AI Toolkit Less than a coffee/month →