» Tag
performance
240 postsWhy Lean Outperforms Rust in Compression Speed
Lean's lean-zip library outperforms Rust's miniz_oxide in DEFLATE compression speed, thanks to Lean's validation capabilities and AI-driven optimizations.
Insights from Compiling Claude Code's 13 MB Minified CLI to a Native Binary
Compiling Claude Code's 13 MB CLI to a native binary revealed key insights for TypeScript compiler optimization.
Introduction to LLM Inference: Process and Its Importance
Explore the LLM inference process and its significance in engineering. Gain insights into performance and model structure.
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.comRmatch: Fast Java Native Regex Matcher
Rmatch is a fast and efficient native regex matcher library for Java. Version 2.0.0-RC1 is available on Maven Central.
Golang Maps: How Swiss Tables Replaced the Old Bucket Design
The Go 1.24 map redesign enhances memory efficiency by adopting Swiss Tables over the old bucket design.
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.
GEMM Performance Measurement Methodology Guidelines
Develop reliable and reproducible methods for measuring GEMM performance.
Rewriting Node-Semver in Rust and Honest Benchmarking
The Rust rewrite of rs-semver offers performance improvements for Node.js projects.
Building a Data Grid: My Year-Long Journey Through 10 Levels
Explore the complexities of building data grids and the optimization process.
High-Performance Rust-Powered API Framework for Django
Django-Bolt enhances Django with a high-performance Rust-powered API framework.