Tag

C++ performance

1 views collected around this technical thread.

Deepin Linux
Deepin Linux
Jan 16, 2025 · Fundamentals

TCMalloc: Architecture, Principles, Usage, and Performance Comparison

This article provides a comprehensive overview of Google’s TCMalloc memory allocator, detailing its three‑level cache architecture, allocation and reclamation strategies, installation methods, configuration options, and performance advantages over other allocators in C++ backend, game, and database applications.

C++ performanceTCMalloccache hierarchy
0 likes · 27 min read
TCMalloc: Architecture, Principles, Usage, and Performance Comparison