|
|
|
|
|
by duped
1054 days ago
|
|
Memory is not cheap in the cloud nor is bandwidth, so optimizing for image/container size is quite cost effective. Also every headache I've had with musl libc is because glibc is insane, not because there is a problem with musl. It should be trivial to swap out your standard library, as that is the entire point of dynamic loading. Yet you cannot actually swap out the dynamic library that nearly every program on your system will need, because it's not actually a library. |
|