Skip to content

Poor Memory Manager performance #3865

@lukas-w

Description

@lukas-w

MemoryManager causes a performance regression and should be replaced by a faster algorithm or, if we fail to find/implement one, just malloc and free, which still provides better performance than the current implementation.

Here are a couple of existing lock-free allocators I found:

Related issues: #2029, #3312, #3767

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions