» Tag
optimization
50 postsProfiling in PyTorch (Part 3): Attention is All You Profile
Explore profiling the attention mechanism in PyTorch, focusing on performance enhancements through in-place operations.
Optimizing a[mask] = f(a[mask]) on NEON for Better Performance
New methods for optimizing condition-based operations on NEON. Key insights for developers.
Cutting Token Costs with Claude Code: Insights and Strategies
Discover methods for reducing token costs and optimizing speed with Claude 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.comLlama.cpp PR Boosts Q2_0 Performance 3.0–3.6x on x86 CPUs
The new llama.cpp PR enhances Q2_0 performance on x86 CPUs by 3.0–3.6x. Learn more.
Using SQLite in Production: Optimizing WAL Mode and Concurrency
Learn how to optimize SQLite for production environments with WAL mode and concurrency strategies.
Magento 2 Widget Performance Optimization: Fix Slow CMS Blocks
Learn how to identify slow widgets in Magento 2 and optimize performance effectively.
Qwen 3.6 27B Model on 16GB VRAM Achieves 20 t/s Performance
Insights on the Qwen 3.6 27B model configuration and performance testing on 16GB VRAM.
Building a Multi-Agent Document-Search Copilot — Part 2: Adaptive Hybrid
Exploring the Hybrid strategy and permission filtering in a document-search copilot.
Quadrupling Code Performance with a "Useless" If
Discover how a "useless" if can enhance code performance by reducing latency. Improve efficiency and throughput.
Ways to Cut Claude Code's Token Bill by 77%
Discover how to reduce token consumption by 77% for Claude Code using a profiling tool. Details inside.