New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32453#issuecomment-896466569 Comment: > switch gp binary to static link libpari; this offsets the slowdown due to pthreads Can you try the `-fno-semantic-interposition` compiler argument? Python has started using it for libpython for similar performance gains. I think it might allow us to keep the space gain of dynamic linking and the speed gain of static linking.