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
 

Last week when delivering some CachyOS benchmarks against Fedora 43 and Ubuntu 25.10 on the Framework Desktop with AMD Ryzen AI Max+, a few Phoronix readers wrote in with the question or belief that openSUSE Tumbleweed would better perform against CachyOS given the distribution's select x86_64-v3 packages and other advantages. As it's been a while since running any benchmarks of the rolling-release openSUSE Tumbleweed, here are those benchmarks now in the mix for seeing how the performance compares.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] bjoern_tantau@swg-empire.de 5 points 2 days ago (1 children)

I'd also like to know what leads to Ubuntu doing so well in the PHP and Python benchmarks.

[โ€“] brucethemoose@lemmy.world 5 points 2 days ago* (last edited 2 days ago)

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?