-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.I-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.
Description
By default, jemalloc replaces the platform allocator. This results in a performance improvement for memory allocation in C along with reduced fragmentation. Even on platforms like FreeBSD where jemalloc is the system allocator, this eliminates the inevitable external fragmentation and performance hit caused by using two general purpose allocators.
Metadata
Metadata
Assignees
Labels
I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.I-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.