Skip to content

Reduce the contention of the memory allocator

Ondřej Surý requested to merge 2433-improve-memory-contention into main

This MR greatly simplifies the memory context and memory pools, and introduces dependency on jemalloc which also reduces inter-thread contention in the memory allocator.

Closes #2433 (closed)

Edited by Ondřej Surý

Merge request reports