DEV Community

Performance

Tag for content related to software performance.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
The Go Execution Tracer: Finding Latency the Profiler Misses

The Go Execution Tracer: Finding Latency the Profiler Misses

Comments
6 min read
pprof in Go: A CPU and Heap Profiling Walkthrough From Zero

pprof in Go: A CPU and Heap Profiling Walkthrough From Zero

Comments
7 min read
benchstat in Go: Comparing Benchmarks Without Fooling Yourself

benchstat in Go: Comparing Benchmarks Without Fooling Yourself

Comments
6 min read
regexp in Go: MustCompile, Reuse, and the Performance You're Leaving Behind

regexp in Go: MustCompile, Reuse, and the Performance You're Leaving Behind

Comments
6 min read
From sort.Slice to slices.Sort in Go: Cleaner, Faster, Type-Safe

From sort.Slice to slices.Sort in Go: Cleaner, Faster, Type-Safe

Comments
6 min read
Mutex Contention in Go: Finding It Before It Finds You

Mutex Contention in Go: Finding It Before It Finds You

Comments
6 min read
Angular performance optimization: change detection mistakes you should avoid

Angular performance optimization: change detection mistakes you should avoid

Comments
1 min read
UUID v4 vs UUID v7 — Lequel choisir pour PostgreSQL en 2026 ?

UUID v4 vs UUID v7 — Lequel choisir pour PostgreSQL en 2026 ?

Comments
4 min read
The mistake is assuming data shape and state shape should always match

The mistake is assuming data shape and state shape should always match

Comments
8 min read
Benchmarking time-series databases for ecommerce infrastructure monitoring

Benchmarking time-series databases for ecommerce infrastructure monitoring

Comments
3 min read
Refactoring and Optimization Workflows: Turning Messy Code into Clean, Fast Systems

Refactoring and Optimization Workflows: Turning Messy Code into Clean, Fast Systems

Comments
8 min read
The Moment the Runtime Became Your Enemy

The Moment the Runtime Became Your Enemy

Comments
3 min read
Slashing RAM Usage: Master Read-Only Queries in Laravel

Slashing RAM Usage: Master Read-Only Queries in Laravel

Comments
2 min read
Reflection in Go: The Few Times It Is Justified (and the Cost)

Reflection in Go: The Few Times It Is Justified (and the Cost)

Comments
7 min read
String and []byte in Go: The Conversions That Quietly Allocate

String and []byte in Go: The Conversions That Quietly Allocate

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