Protobuf
2 posts

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

gRPC is 10x Faster Than REST? Why Your Team Hasn't Switched
gRPC can indeed be much faster than REST, but most teams are right to stick with REST. Let’s talk about the real cost behind the speed.
December 29, 2025 · 7 min · 1329 words · Dream Beast Programming