Tagged articles

resource reuse

2 articles · Page 1 of 1
Deepin Linux
Deepin Linux
Jun 22, 2026 · Backend Development

Memory Pool vs Object Pool: When to Choose and How to Build One from Scratch

The article explains why high‑concurrency programs suffer from memory fragmentation and system‑call overhead, compares memory pools and object pools, outlines their distinct use‑cases, provides step‑by‑step C and C++ implementations, and highlights optimization tips and common pitfalls.

C++Memory poolPerformance Optimization
0 likes · 20 min read
Memory Pool vs Object Pool: When to Choose and How to Build One from Scratch
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Mar 10, 2022 · Game Development

Key Points and Common Testing Methods for Game Festival Events

This article outlines essential considerations such as reward distribution, timing, resource reuse, performance and compatibility, and presents practical testing techniques—including design‑doc review, code review, tool usage, process control, and communication—to ensure robust and stable festival event releases in online games.

Performance TestingQAfestival events
0 likes · 11 min read
Key Points and Common Testing Methods for Game Festival Events