Open
Description
Hey there,
I want to build an image with musl for smaller image sizes, which is needed for my use case.
I am not a professional in musl, but I found that musl has some performance drawbacks in multi-core environments when reading this article. The article suggests mimalloc as an alternative allocator, which could be just added to the image and avoids the performance traps.
They author of the article also built an image, but it doesn't work with openssl, which is needed for my project, and your image seems to work.
Have you thought about adopting mimalloc to your image, as it looks like a free performance boost? Or are there other drawbacks when using it?
Metadata
Assignees
Labels
No labels
Activity