Y
Hacker News
new
|
ask
|
show
|
jobs
by
jordinl
2402 days ago
Performance of what? Building an image?
1 comments
cyphar
2402 days ago
Runtime performance. Musl has different performance characteristics to glibc (glibc uses thread-local pools for malloc, while musl uses locks).
link
atomi
2402 days ago
> Starting with 1.1.9, musl’s dlerror state is thread-local and now matches the glibc behavior.
https://wiki.musl-libc.org/functional-differences-from-glibc...
link
NieDzejkob
2402 days ago
dlerror is entirely irrelevant here.
link
atomi
2402 days ago
In terms of what? Performance? Musl is more correct. Most people aren't serving Google or Facebook levels of requests. My only issue is with people choosing software purely based on performance.
link
NieDzejkob
2400 days ago
No, it's just that dlerror and malloc are two different functions.
link
atomi
2398 days ago
I think that's self-evident, thank you.
link