Post #1700834
2026-04-20 20:00 UTC
And here I was wondering why Spade was getting slower recently.
Turns out it was because I started using pre-built binaries from CI, and the `musl` allocator is just _slow_ https://nickb.dev/blog/default-musl-allocator-considered-harmful-to-performance/
Replies (1)
-
@thezoq2@mastodon.social 2026-04-20 20:01
Jemalloc seems to help, now I just hope that's built statically so I won't run into issues on user systems