You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current benchmark shows, that default MacOsX malloc is not perfect.
Try to provide speed benchmarks with google's tcmalloc, jemalloc, allocator from Intel's Thread Building Blocks (TBB) and others allocators on different Oses (Linux for example).
Also Memory allocator MUST be thread safe and mutex is not best solution for this task.
The text was updated successfully, but these errors were encountered:
Current benchmark shows, that default MacOsX malloc is not perfect.
Try to provide speed benchmarks with google's tcmalloc, jemalloc, allocator from Intel's Thread Building Blocks (TBB) and others allocators on different Oses (Linux for example).
Also Memory allocator MUST be thread safe and mutex is not best solution for this task.
The text was updated successfully, but these errors were encountered: