You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@niklasf You might want to do some performance testing prior to committing to musl. Although I'm a big fan of it and run it on my daily driver, there are reports that musl induces some serious poor performance for multithreaded code. Some theories appear to point at the allocator implementation, as jemalloc seems to improve things.
Statically linking musl is easy for the Rust client, but so far I have failed to create statically linked Stockfish builds.
The current build script is https://github.com/niklasf/Stockfish/blob/fishnet-master/.github/workflows/build.yml
The text was updated successfully, but these errors were encountered: