-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-allocatorsArea: Custom and system allocatorsArea: Custom and system allocatorsI-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.
Description
It should attempt in-place growth before falling back to allocating a new chunk. The initial size and growth should be chosen to map well onto jemalloc. Rather than an intrusive linked list of chunks, it should probably just keep the metadata out of band for simplicity and to avoid bumping the allocations into a higher size class.
Metadata
Metadata
Assignees
Labels
A-allocatorsArea: Custom and system allocatorsArea: Custom and system allocatorsI-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.