prod.garbagedestroyer
Benchmarks, systems experiments, and public builds. Watch the breakdown, then inspect the code.
Latest Video

Quarkus vs Spring Boot: The Real Speed Test #java #performance #coding
Spring Boot took 2.26 seconds to wake up. Quarkus did it in 83 milliseconds. Same API. Same Podman lane. Same load driver. Quarkus also held the stronger runtime lane here on throughput, RSS, and p99 latency. The full breakdown goes deeper into the build lane, fairness rules, and where Spring Boot
Featured Projects
All projects →alpine-rust-vs-optimized-java-2026
Head-to-head benchmark: stripped Alpine Rust microservice vs GraalVM Java 25 under high traffic stress. Compares cold start, throughput, and memory efficiency.
cold-start-race-benchmark-2026
Cold start race: Node.js vs Bun vs Go vs Rust — measuring time-to-first-byte from bare HTTP to production Docker containers.
throughput-race-benchmark-2026
Throughput race: Node.js vs Python vs Go vs Rust — wrk RPS under ramping concurrency from 10 to 10K connections.
go-rust-node-rest-api-benchmark-2026
Benchmark: Go, Rust, and Node.js REST API performance under realistic workloads — CRUD operations, pagination, and database queries.
Public Repos
View all on GitHub →Developer portfolio, technical blog, and content hub for garbagedestroyer.com — built with Next.js, TypeScript, and Tailwind CSS.
Benchmark comparison of Rust (Axum), Go (Fiber), and ASP.NET (Minimal API) as microservice backends — p95 latency, throughput, memory, and cold start
Docker image size race: Node.js vs Python vs Go vs Rust — scratch vs Alpine container builds
Build time race: Node.js vs Python vs Go vs Rust — clean compile time comparison
Throughput race: Node.js vs Python vs Go vs Rust — wrk RPS under ramping concurrency
Cold start race: Node.js vs Bun vs Go vs Rust — bare HTTP to production Docker