» Tag
performance
240 postsRTS: A Rust-Based TypeScript-to-Native Compiler and Runtime
RTS compiles TypeScript directly to native code via Cranelift, skipping V8 entirely. With JIT/AOT modes, a custom Rust standard library and its own HTML/CSS engine, it targets true native performance.
Cache-Conscious Data Layout in Rust: Field Zoning and False Sharing
Exploring field zoning, cache alignment, and false-sharing prevention for multi-core Rust data structures, illustrated through an SPSC ring buffer design.
How GitHub Made Diff Lines Fast Again
GitHub redesigned its React-based Files changed tab to cut DOM node counts and JS heap usage. Here's how large pull request diffs got dramatically faster.
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.comPorting vLLM's Serving Stack to C++20: A 66 MiB Binary Without Python
The C++20 port of vLLM results in a 66 MiB binary without Python dependencies, achieving comparable speeds at high concurrency.
Sovereign Tech Fellowship for Rust Maintenance: June-July 2026 Report
Summary of Rust development and optimizations made during June-July 2026.
Bursty Arrivals Accelerate LLM Inference Times
Bursty workloads have been found to unexpectedly speed up LLM inference.
At-the-Roofline Sparse Tensor Contractions on Vector Processors for Inference
Ventaglio enhances sparse tensor contractions on vector processors, boosting inference performance significantly.
Postgres Rewritten in Rust: v0.2 Faster than Postgres and ClickHouse
pgrust v0.2, a Rust rewrite of Postgres, achieves remarkable speed improvements.
Standalone Web Server Written in Pure PHP
Qbix Server is a standalone web server written in pure PHP, increasing concurrent requests and improving performance.
Managing Agent Traffic Without Compromising Your Origin
Explore strategies to protect your origin while accommodating AI agents. Optimize caching for efficiency.