» Tag
performance
240 postsUber’s Zero Growth Stack: Optimizing Infrastructure and AI Costs
Uber's Zero Growth Stack optimizes infrastructure and manages AI costs while enhancing developer productivity through innovative strategies.
Profiling eBPF Code: How to Measure Performance Impact?
Learn how to measure the performance impact of eBPF code with a simple example. Analyze file open operations and identify bottlenecks.
Critiques of PostgreSQL's MVCC Design
Learn about the issues with PostgreSQL's MVCC design and its comparison with other database systems.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comThe Challenge of Adding a Column in the Middle of a PostgreSQL Table
Explore the complexities of adding columns in PostgreSQL and its data storage structure.
Zero-Dependency Streaming Tar Parser and Writer for JavaScript
modern-tar is a fast, lightweight TAR parser for JavaScript with zero dependencies.
Vault Performance Benchmarks: Key Findings on Scalability Issues
Recent benchmarks on Vault performance reveal key insights into scalability issues, including read/write speeds and memory constraints.
FastAPI's def vs async def: A Blocking Call Freezes Every Request
FastAPI's async def vs def usage can lead to performance issues. Key considerations for proper implementation.
The most expensive outages return HTTP 200
HTTP 200 responses can indicate normal operations while costs may unexpectedly rise.
33,000-token tax, a 30-hour star race, and agent failures
OpenAI's Codex gained 343 stars in 30 hours. Claude Code's 33,000-token overhead presents a key lesson for engineers.
Mastering Java Loops: Memory Pitfalls and Optimization Strategies
Explore how JVM processes loops at the bytecode level and optimization strategies.