Does anyone have any experience with musl? If so, what was your experience like?
Does anyone have any experience with musl? If so, what was your experience like? Hate it/love it? Encounter any weird quirky interactions with C++ code?
No any search results
You already invited:
3 Answers
victor - System developer
Upvotes from:
gitkiwi
Upvotes from:
the problem is that it follows *strict* POSIX compliance, instead of GNUisms from glibc.it's also meant for embedded systems, where C++ isn't usually used.MUSL is a *C* library, not a standard C++ library.the other problem with musl is its community
I have second-hand knowledge of problems in that area, which means it's third-hand to you, so take with a grain of salt.
stephen
Upvotes from:
I just don't see how you match that to a *C++* project, since you need a standard C++ library in addition and there aren't good options that work for small systems.
or compilers, for that matter. The trend in C++ libraries and compiler state-of-the-art is towards faster-but-bigger code.