New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/43791#issuecomment-1677263396 Comment: Just for the record, the sagemath (10.1.rc0) testsuite with `python3-3.11.4_1`: ``` Total time for all tests: 843.5 seconds cpu time: 5039.4 seconds cumulative wall time: 5700.8 seconds ``` After updating to `python3-3.11.4_2` (no other change, no recompilation): ``` Total time for all tests: 790.8 seconds cpu time: 4601.8 seconds cumulative wall time: 5175.3 seconds ``` That's a neat 5-10 % speedup! Thanks!