Forem

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
🔥 From O(n) to O(1): Smarter Game State for Smarter Code
Cover image for 🔥 From O(n) to O(1): Smarter Game State for Smarter Code

🔥 From O(n) to O(1): Smarter Game State for Smarter Code

6
Comments 2
2 min read
Optimizing PDFs for Web: Best Practices for Faster Loading

Optimizing PDFs for Web: Best Practices for Faster Loading

Comments
8 min read
Unmasking the Difference: Pre-increment (++i) vs. Post-increment (i++) in C++

Unmasking the Difference: Pre-increment (++i) vs. Post-increment (i++) in C++

3
Comments
4 min read
perfometrics: A Lightweight Python Package for URL Performance Metrics

perfometrics: A Lightweight Python Package for URL Performance Metrics

5
Comments 1
2 min read
So I made a remote cache service
Cover image for So I made a remote cache service

So I made a remote cache service

3
Comments
4 min read
3 Types of Chaos Experiments and How To Run Them
Cover image for 3 Types of Chaos Experiments and How To Run Them

3 Types of Chaos Experiments and How To Run Them

2
Comments
9 min read
Take it easy with Graphite and Docker 🐳
Cover image for Take it easy with Graphite and Docker 🐳

Take it easy with Graphite and Docker 🐳

12
Comments 2
9 min read
Building High-Performance C# Applications: A Deep Dive into Memory Management

Building High-Performance C# Applications: A Deep Dive into Memory Management

18
Comments 1
5 min read
Memory Access Demystified: How Virtual Memory, Caches, and DRAM Impact Performance

Memory Access Demystified: How Virtual Memory, Caches, and DRAM Impact Performance

5
Comments 1
8 min read
TTFB, CLS, FCP — Web Performance Metrics That Actually Matter
Cover image for TTFB, CLS, FCP — Web Performance Metrics That Actually Matter

TTFB, CLS, FCP — Web Performance Metrics That Actually Matter

4
Comments 1
5 min read
Modernizing Financial Systems: The Critical Role of Cloud-Based Microservices Optimization
Cover image for Modernizing Financial Systems: The Critical Role of Cloud-Based Microservices Optimization

Modernizing Financial Systems: The Critical Role of Cloud-Based Microservices Optimization

Comments 1
1 min read
Frontend Observability: Tools for Debugging Real User Experiences (2025)
Cover image for Frontend Observability: Tools for Debugging Real User Experiences (2025)

Frontend Observability: Tools for Debugging Real User Experiences (2025)

1
Comments 2
2 min read
Redis vs. HPKV: 100M keys over network
Cover image for Redis vs. HPKV: 100M keys over network

Redis vs. HPKV: 100M keys over network

4
Comments 1
7 min read
Modern JavaScript'in Gizli Silahları: Güçlü Çözümler ve Performans İpuçları

Modern JavaScript'in Gizli Silahları: Güçlü Çözümler ve Performans İpuçları

Comments
4 min read
Why PrestaShop Performance Matters and How to Improve It

Why PrestaShop Performance Matters and How to Improve It

1
Comments 1
2 min read
From `sync.Map` to Concurrent-Safe Awesomeness in Go

From `sync.Map` to Concurrent-Safe Awesomeness in Go

5
Comments 2
7 min read
A Deep Dive into the Go Memory Model: Practical Tips for Better Code

A Deep Dive into the Go Memory Model: Practical Tips for Better Code

Comments
9 min read
The Hidden Performance Pitfalls of EF Core LINQ Queries

The Hidden Performance Pitfalls of EF Core LINQ Queries

1
Comments 2
3 min read
X0,000s Ops/sec with Multigraph Topology
Cover image for X0,000s Ops/sec with Multigraph Topology

X0,000s Ops/sec with Multigraph Topology

5
Comments
1 min read
Speed Up Node.js and Prevent Blocking with worker_threads (Up to 5x Faster)
Cover image for Speed Up Node.js and Prevent Blocking with worker_threads (Up to 5x Faster)

Speed Up Node.js and Prevent Blocking with worker_threads (Up to 5x Faster)

4
Comments 1
4 min read
Parquet? What Parquet?
Cover image for Parquet? What Parquet?

Parquet? What Parquet?

Comments
6 min read
Equality with Multiple Values, Preserving Sort for Pagination

Equality with Multiple Values, Preserving Sort for Pagination

1
Comments
5 min read
Install Fewer Libraries – Not to Be “Pure”, But to Be Smarter 🔻📦 👉 🎉
Cover image for Install Fewer Libraries – Not to Be “Pure”, But to Be Smarter 🔻📦 👉 🎉

Install Fewer Libraries – Not to Be “Pure”, But to Be Smarter 🔻📦 👉 🎉

7
Comments
3 min read
How to test the impact of a MongoDB index?

How to test the impact of a MongoDB index?

Comments 1
1 min read
B-Tree for Equality, Sort, Range (indexing strategies in MongoDB)

B-Tree for Equality, Sort, Range (indexing strategies in MongoDB)

11
Comments 2
3 min read
loading...