NUMAlloc: A Faster NUMA Memory Allocator
Offered By: ACM SIGPLAN via YouTube
Course Description
Overview
Explore a groundbreaking 21-minute conference talk from ISMM 2023 that introduces NUMAlloc, an innovative memory allocator designed for NUMA architecture. Delve into the challenges of existing allocators in supporting NUMA systems and discover how NUMAlloc's binding-based memory management approach addresses these issues. Learn about the "origin-aware memory management" technique for ensuring locality in memory operations and the "incremental sharing" method for balancing performance benefits with memory overhead when using transparent huge pages. Examine the extensive evaluation results showcasing NUMAlloc's superior performance, running 15.7% faster than the second-best allocator and 20.9% faster than the default Linux allocator. Gain insights into NUMAlloc's scalability up to 128 threads and its readiness for deployment in real-world applications.
Syllabus
[ISMM'23] NUMAlloc: A Faster NUMA Memory Allocator
Taught by
ACM SIGPLAN
Related Courses
Distributed Programming in JavaRice University via Coursera Основы разработки на C++: красный пояс
Moscow Institute of Physics and Technology via Coursera Многопоточность
Moscow Institute of Physics and Technology via Coursera LAFF-On Programming for High Performance
The University of Texas at Austin via edX Android-разработка: основы, многопоточность, архитектура
Moscow Institute of Physics and Technology via Coursera