» Tag
performance
240 postsHow a Browser Video Renderer's Frame Time Was Cut by 80%
How four hidden bottlenecks in a browser video renderer were found and fixed, cutting frame time 80% and exposing a subtle opacity bug.
6x faster batched binary search in Rust via branch prediction fixes
scikit-learn's binary search bucketization gets a 6x Rust speedup by eliminating CPU branch mispredictions via branchless code.
Inside Android's 16.67ms Race for Real-Time 60 FPS Segmentation
How Android engineers hit 60 FPS real-time video segmentation within a 16.67ms frame budget using NPU/GPU acceleration, AICore, and quantization.
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.comRewriting PostgreSQL in Rust: Challenges and Lessons Learned
Porting PostgreSQL to Rust surfaces deep challenges in memory management, concurrency, and extension compatibility, with measurable performance trade-offs.
Bun vs. Deno vs. Node.js in 2026: what real benchmarks show
Re-benchmarked on one machine, Bun, Deno and Node.js results overturn many recycled numbers online. Here's which runtime fits which use case in 2026.
The Hidden Performance Cost of Object Spread in JavaScript
A deep dive into the real performance cost of JavaScript object spread, the reduce anti-pattern, and when tools like Immer make more sense.
Cache invalidation: solving stale data and stampede problems
An engineering look at TTL, event-based invalidation, versioning and single-flight patterns, and how cache stampede can take down your origin in production.
The Cost of Irregularity: CUDA C++, Rust, and Triton
A comparison of CUDA C++, Rust, and Triton in GPU programming. Performance differences in irregular workloads are analyzed.
ALP: Adaptive Lossless Floating-Point Compression
ALP is a high-performance lossless compression algorithm for IEEE 754 floating-point data.
JIT Support in PHP 8.0: Performance Boost and Innovations
PHP 8.0 introduces JIT support, enhancing performance and enabling innovations. JIT makes PHP more effective in CPU-intensive applications.