this post was submitted on 10 Nov 2025
29 points (93.9% liked)
Linux
10098 readers
647 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd also like to know what leads to Ubuntu doing so well in the PHP and Python benchmarks.
That could be versioning?
For example, Arch Linux (CachyOS) sticks to one Python version systemwide, and doesn't upgrade it until the whole Arch repo is ready to transition, while in Ubuntu many Python version exist in parallel. The Phoronix bench presumably uses the latest one. Perhaps Python 3.14 (and associated libraries) have some dramatic performance gains in certain benchmarks?
I know there are some Python 'hacks' as well. Clear Linux, for instance, used to ship Python with some custom build flags and code patches that forced AVX2 and some other stuff, but I think Cachy pulled these in?