this post was submitted on 23 Dec 2023
317 points (94.9% liked)

Linux

47232 readers
804 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 101 points 8 months ago* (last edited 8 months ago) (2 children)

In my experience, every computer is faster with Linux than with Windows. But if this measures just the processor performance on similar tasks I guess it's news.

[–] [email protected] 51 points 8 months ago (1 children)

I think it comes down to the culture. A minuscule improvement to a file system is big news in the Linux community. There's also lots of academic interest in the performance critical parts of the kernel that you just can't emulate with a closed source model. Is anyone writing papers on how to obtain a 2% improvement in the task scheduler on Windows?

Linux dominates the server market, so even small improvements matter when you're talking about a server farm with thousands of machines or the latest supercomputer. Many, many people care about the scalability of Linux. On Windows, we say: NTFS? It's good enough. The user won't notice on modern SSDs.

[–] [email protected] 27 points 8 months ago* (last edited 8 months ago)

A lot of the software components under the hood in Linux are replaceable.

So you have a bunch of different CPU and disk IO schedulers to suit different workloads, the networking stack and memory management can be tweaked to hell and back, etc etc.

Meanwhile Windows Server 2022 has...... ?

[–] [email protected] 9 points 8 months ago (1 children)

Consequently battery life tends to suffer on Linux vs windows. Especially on newer hardware before people figure out how to manage performance and battery life.

[–] [email protected] 13 points 8 months ago (1 children)

Usually, applying the same tricks that Windows does, its not true.

But by default, mostl Linux ditros dont do something special for having performance managing.

But actually. Windows does neither, at least the pure Vanilla form. Its a huge difference when using my Levono Ideapad with the preinstalled Windows versus Windows that is reinstalled Vanilla without drivers. Then Linux is more plug and play and better at this job than Windows.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago)

Maybe they do it differently on ideapads. But on all of the modern thinkpads I own the all install at set up the same power profiles and dynamic tuning that the factory image does. Factory install vs fresh install performance is the same on these machines once windows update has done it's thing. Even the random POS HPs will do the same thing.

Older machines yes absolutely.

[–] [email protected] 39 points 8 months ago

Original Phoronix article which has all the individual benchmarks—weird that they didn't link to it

[–] [email protected] 39 points 8 months ago (2 children)

I wonder if Linux is 15% better, or Microsoft tracking uses that much processing.

[–] [email protected] 7 points 8 months ago

It's most like due to power governor and scheduler behaviors. If there's background activity impacting the test it would more likely be Defender.

[–] [email protected] 31 points 8 months ago

Original Phoronix article link for Lemmyworld and SIJW users: https://www.phoronix.com/review/intel-meteorlake-windows-linux

It's been posted by two others already but those probably aren't visible from your instance

[–] [email protected] 13 points 8 months ago (3 children)

True, as we just found out, the performance of Meteor Lake is significantly influenced by the BIOS.

What's that supposed to mean?

[–] [email protected] 25 points 8 months ago

It's a website that seems to digest other websites and spit them out badly. Here is the original article: https://www.phoronix.com/review/intel-meteorlake-windows-linux

[–] [email protected] 13 points 8 months ago

There was an issue with the BIOS limiting the power available to the processor during benchmarks. It has supposedly been fixed since.

[–] [email protected] 3 points 8 months ago

You sure this isn't just anti-rowhammer et al mitigations?