» Tag
compiler
17 postsWays to Speed Up the Rust Compiler - July 2026
The Rust compiler saw a 5.59% speed increase in July 2026, driven by rustdoc and Clippy improvements.
NoopJS: A Compiler That Ships 0 KB JavaScript for Static Pages
NoopJS is a compiler that ships 0 KB JavaScript for static pages, offering significant performance and SEO benefits.
Hana JIT: LLVM-backed Python JIT Compiler
Hana JIT is an LLVM-backed JIT compiler for Python. It enhances performance by accelerating existing code.
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.comReact Compiler Linting Gains Rust-Native Speed Boost with Oxlint
The Rust rewrite of React Compiler boosts linting speed. Oxlint v1.70.0 offers built-in support, enhancing developer efficiency.
Adding Go's Defer to the TypeScript Compiler
An exploration of adding Go's defer statement to the TypeScript compiler, revealing complexities.
Rust Compiler Errors: A Deep Dive into Query Cycles
An exploration of the complex errors encountered by the Ferrocene team in the Rust compiler.
The Same Code Printed 10 on Linux and 0 on a Mac
A Dray programming language issue highlights variadic argument passing differences in C, affecting outputs on Linux and Mac.