Elektrine lite

← Feed

@thingsiplay@lemmy.ml

Post #3514381

2026-07-01 15:48 UTC

standard musl is lightweight but the performance is much worse than glibc. Is it? I never heard this statement before (note not saying its wrong or right, just never read about that). I wonder if that statement is true and if it even matters in most cases. Similar to how performance of Python doesn’t matter for all kind of programs. The main benefit of musl is, it can be embedded into the application to make it standalone without depending on a dynamic library. Its entirely possible the code is not as optimized as glibc, but maybe it depends on the programming language its used and compiled with? Also maybe the stuff you read and heard was from early versions of musl and later they improved it to match glibc. Just speculation, but we don’t have anything else at hand right now.

Replies (1)

  • @dfgxx@lemmy.zip 2026-07-01 16:50

    Maybe you’re right, but to clarify bit what I heard is that musl is slower in heavy tasks, but still, maybe you’re right. 2 things I’m almost sure about are you that musl is lighter than glibc and that the allocator chimera Linux uses have better performance than the standard musl allocator.

    Open ##3515576