» Tag
performance
240 postsCompiling PHP DTOs: The Path to 4.5M Hydrations per Second
A PHP 8.4 package compiles DTO hydration into per-class closures with opcache-backed caching and lazy ghosts, delivering up to 35x faster hydration.
Virtual Thread Pinning in Java Loom: Why Throughput Stalls
Virtual thread pinning locks carrier threads via synchronized or native calls, turning Loom apps into bounded thread pools; JDK 24's JEP 491 fixes most cases.
Runloom Brings Go-Style Stackful Coroutines to Python
Runloom is a Go-style coroutine library for free-threaded Python 3.14t, spawning millions of fibers per core. It beats Go on spawn speed but trails on memory use.
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.comCSS View Transitions: Page Animations Without JavaScript
A developer explains adding CSS-only @view-transition animations to a blog without JavaScript routers, covering layout sliding and common pitfalls.
ast-grep's Rust Rewrite of Tree-sitter Boosts Parsing 30%, App 22%
ast-grep rewrote Tree-sitter's C parser core in Rust with AI assistance, boosting raw parsing ~30% and full workflow speed ~22%.
Gigatoken: Rust BPE Tokenizer Hits 24.53 GB/s, Up to 989x Faster
Rust-based Gigatoken hits 24.53 GB/s BPE tokenization using SWAR and dual-cursor techniques, vastly outpacing HuggingFace tokenizers and tiktoken.
The hidden lock inside ArrayPool<byte>.Shared that cost 20% CPU
How live CPU profiling and BCL decompilation exposed a hidden monitor lock inside ArrayPool<byte>.Shared causing a 20% CPU regression.
GoCL: A Zero-Overhead C++20 Vulkan Proxy Layer
GoCL is an open-source C++20 Vulkan proxy that rewrites SPIR-V on the fly based on GPU capabilities, lazy-loads heavy backends, and adds zero measurable runtime overhead.
Lockless MPSC FIFO queues speed up io_uring performance
Linux kernel 7.2 replaces io_uring's llist-based task queue with a lockless MPSC queue, cutting reordering overhead and boosting throughput.
Headroom: browser tool measures your GPU's true bandwidth ceiling for local AI
Headroom is a no-account WebGPU browser tool measuring real GPU bandwidth ceilings and driver bugs for local AI inference performance.