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
Is your feature request related to a problem? Please describe.
Stock system allocator on most platforms is mediocre. Microsoft works on what is arguable the best general purpose allocator in existence at the moment in the form of mimalloc.
Describe the solution you'd like
Build and ship mimalloc with msjdk in place of system alloc. Benefits would be increase performance and lower memory usage. Also a nice synergy between microsoft tech.
Describe alternatives you've considered
Manually overriding the allocator via LD preload or page table modification.
Is your feature request related to a problem? Please describe.
Stock system allocator on most platforms is mediocre. Microsoft works on what is arguable the best general purpose allocator in existence at the moment in the form of mimalloc.
Describe the solution you'd like
Build and ship mimalloc with msjdk in place of system alloc. Benefits would be increase performance and lower memory usage. Also a nice synergy between microsoft tech.
Describe alternatives you've considered
Manually overriding the allocator via LD preload or page table modification.
Link
https://github.com/microsoft/mimalloc
The text was updated successfully, but these errors were encountered: