I've read your blog post with great interested.
Especially this part:
This same technique can be used with Alpine’s own /usr/lib/libc.a, allowing mimalloc to function automatically with other languages such as C, C++, or Haskell.
I was wondering if you can help me create a Docker image for Alpine directly incorporating the change described in your post ... altering the default /usr/lib/libc.a and replacing it with mimalloc.
This will help me use it with my C program (I'm not a Rust developer ... yet).
Hi @TerrorJack
I've read your blog post with great interested. Especially this part:
I was wondering if you can help me create a Docker image for
Alpine
directly incorporating the change described in your post ... altering the default/usr/lib/libc.a
and replacing it withmimalloc
.This will help me use it with my C program (I'm not a Rust developer ... yet).
Many thanks