TCMalloc better
A Rust wrapper over Google's TCMalloc memory allocator
A drop-in global allocator wrapper around the TCMalloc allocator. TCMalloc is a general-purpose, performance-oriented allocator built by Google.
Usage
use TCMalloc;
static GLOBAL: TCMalloc = TCMalloc;
Requirements
A C++ compiler is required for building TCMalloc with cargo.