this post was submitted on 26 Mar 2026
26 points (93.3% liked)

Linux

13059 readers
175 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Oinks@lemmy.blahaj.zone 1 points 5 days ago* (last edited 5 days ago) (1 children)

The only strong holdout is glibc (musl is no match, and doesn't pretend to be anyway).

Chimera Linux patches musl to use mimalloc and that allegedly mostly closes the performance gap. With notable glibc stronghold systemd supporting musl in recent versions I wouldn't be too surprised if it catches on eventually, like clang arguably already has.

[โ€“] ISO@lemmy.zip 3 points 5 days ago

I'm very aware of the great work Chimera Linux is doing. But still, there are GNUisms hanging around, and binary dependence in particular is hard to shake off, and replacing a system libc can be very complicated, if only for the reason of distros needing to support a smooth upgrade path between versions*.


* I always had the idea of a hybrid "static core/dynamic world" distro packaging model in part to ease such complications.