A lot of people say that Gentoo is much faster than a distribution like Ubuntu. Is the performance of Gentoo really so impressive? Is Gentoo recommendable as a desktop system?
|
feedback
|
closed as not constructive by studiohack♦ Apr 27 '11 at 1:40
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Having used both Gentoo and Ubuntu as desktop systems for multiple years each, I would say Gentoo's performance advantage is not at all noticeable. I imagine there might be some noticeable difference if you spend a lot of time using some CPU-intensive application. However, when it comes to average day-to-day usage, there's really no difference. Unless you're talking about how much time you'll spend wrestling with your system, in which case Ubuntu wins hands down! Not only does basic installation of programs (not to mention the system itself) take exponentially longer in Gentoo, but getting things configured "just so" (which you'll quite often have to do in Gentoo) can be a tedious mess. I would liken the difference between Gentoo and Ubuntu (and pretty much any other pre-compiled distro) somewhat to the difference between C++ and C# (or pretty much any other garbage-collected C-style language). In Gentoo, you have to manage a lot of the garbage that Ubuntu manages for you. But you might get slightly better performance under certain circumstances. It's a trade-off between special-case performance and overall productivity, efficiency, what have you. Now don't get me wrong. I absolutely love Gentoo. I'm currently using it as my desktop OS at work. If you really want to get your hands dirty with Linux, it's a great way to go. Done rambling now... | |||||
feedback
|
|
Polish Linux has a side-by-side comparison for Linux-based systems, including Ubuntu vs Gentoo, although it focuses more on the general aspects of each distro, rather than the outright performance. Linux Magazine has an article with a series of benchmark comparisons between the three most common GCC optimizations for Gentoo and Ubuntu "for good measure".
| |||||||||
feedback
|
|
Basic points: a) Flexibility(Gentoo) vs easiness(Ubuntu) b) Customization(Gentoo) vs Rigid structure(Ubuntu) c) Power of knowledge vs dumbness;like many other binary distro(Ubuntu) d) Not for everybody(sorry geeks only) vs anybody(window user love to migrate through this) e) One has to have the understanding of lot many GNU/Linux internal to work with Gentoo...because it demands it :) ; but on the other hand one can cake walk Ubuntu..because the underlying details are masked :( f)Choice of absolute necessary(Gentoo) vs friendliness(Ubuntu) g) Rolling release..not to break system (Gentoo) vs Need to upgrade to next release..might break and many more ..... | ||||
|
feedback
|
|
Lots of the performance gain is not by directly the optimization itself, but the dependencies. This USE aspect is a direct consequence of gentoo's fine customizability. | |||
|
feedback
|
protected by studiohack♦ Apr 27 '11 at 1:41
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

-march=native -O1will give you a fast system that compiles fast. – György Andrasek Sep 15 '10 at 12:11