Skip to content

musl vs gnu #1477

Answered by jqnatividad
lamyergeier asked this question in Q&A
Discussion options

You must be logged in to vote

gnu is not fully statically linked. It still depends on the right version of the gnu libraries being installed on your system.

musl is FULLY statically linked and self-contained with no external dependencies. Find out more at http://musl.libc.org/about.html

Insofar as performance is concerned, I haven't ran any benchmarks, but you can easily tweak the benchmark suite and find out yourself how it runs on Fedora 39 and your hardware.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jqnatividad
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants