DEV Community

Performance

Tag for content related to software performance.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
A practical SQL query tuning playbook: execution plans, joins, indexes, and the traps

A practical SQL query tuning playbook: execution plans, joins, indexes, and the traps

Comments
5 min read
I built a mini columnar storage engine in pure Python — and finally understood why Parquet is so fast

I built a mini columnar storage engine in pure Python — and finally understood why Parquet is so fast

Comments
6 min read
From 178ms to 1ms: When Store-to-Load Forwarding Stalls Your For Loop

From 178ms to 1ms: When Store-to-Load Forwarding Stalls Your For Loop

1
Comments
7 min read
How we cut INP from 480ms to under 200ms on a legacy site (no rewrite)

How we cut INP from 480ms to under 200ms on a legacy site (no rewrite)

Comments
1 min read
Benchmark-Driven Development: let agents build the harness you never had time for

Benchmark-Driven Development: let agents build the harness you never had time for

Comments 1
4 min read
# Don't Rebuild It. Photocopy It.

# Don't Rebuild It. Photocopy It.

Comments
5 min read
Building a 5G UPF That Actually Saturates a 10G Link: VPP + DPDK + Open5GS in Production

Building a 5G UPF That Actually Saturates a 10G Link: VPP + DPDK + Open5GS in Production

2
Comments
7 min read
I Reduced My System Prompt Tokens by 70% Using a Custom Prompt DSL

I Reduced My System Prompt Tokens by 70% Using a Custom Prompt DSL

3
Comments
6 min read
Why We Built a 100% Static Niche Directory for CAD/BIM Engineers (And How It Costs $0 to Run)

Why We Built a 100% Static Niche Directory for CAD/BIM Engineers (And How It Costs $0 to Run)

Comments
2 min read
Your Cache Is Making Things Worse

Your Cache Is Making Things Worse

Comments
4 min read
I built a native C# Grep engine that's holding it's own with ripgrep (with zero allocations)

I built a native C# Grep engine that's holding it's own with ripgrep (with zero allocations)

Comments
3 min read
Same Hardware, Different Experience: Why Linux Feels Faster

Same Hardware, Different Experience: Why Linux Feels Faster

Comments 2
4 min read
The Rust Performance Trap I Hit While Sorting Small Network Datasets

The Rust Performance Trap I Hit While Sorting Small Network Datasets

2
Comments
8 min read
Eliminating Wake-Word Latency with DSP-Based Double-Clap Activation for Local AI Agents

Eliminating Wake-Word Latency with DSP-Based Double-Clap Activation for Local AI Agents

Comments
4 min read
How to Choose Database Indexes in 3 Steps

How to Choose Database Indexes in 3 Steps

1
Comments
10 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.