Tagged articles
2 articles
Page 1 of 1
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 performanceMemory AllocatorTCMalloc
0 likes · 27 min read
TCMalloc: Architecture, Principles, Usage, and Performance Comparison
21CTO
21CTO
Sep 24, 2023 · Artificial Intelligence

Why Mojo Promises C‑Level Speed with Python Simplicity for AI Development

This article introduces Mojo, a new AI‑focused programming language that combines Python’s ease of use with C‑grade performance, explains its claimed 35,000× speed boost, and walks through its seven key features and code examples for developers.

AI DevelopmentC performanceCode Examples
0 likes · 10 min read
Why Mojo Promises C‑Level Speed with Python Simplicity for AI Development