Slashdot Mirror


Ubuntu 10.04 Alpha 2 vs. Early Fedora 13 Benchmarks

Given that early benchmarks of the Lucid Lynx were less than encouraging, Phoronix decided to take the latest alpha out for a spin and has set it side-by-side with an early look at Fedora 13. "Overall, there are both positive and negative performance changes for Ubuntu 10.04 LTS Alpha 2 in relation to Ubuntu 9.10. Most of the negative regressions are attributed to the EXT4 file-system losing some of its performance charm. With using a pre-alpha snapshot of Fedora 13 and the benchmark results just being provided for reference purposes, we will hold off on looking into greater detail at this next Red Hat Linux update until it matures."

3 of 157 comments (clear)

  1. Re:Beta performance testing by daremonai · · Score: 5, Informative

    Don't worry; it's actually alpha (Ubuntu 10.04 LTS Alpha 2) vs. pre-alpha (2010-01-13 Rawhide nightly build). Much better.

  2. Re:What is the status on Ubuntu reducing features? by Anonymous Coward · · Score: 3, Informative

    Windows certainly can't do it!

    Windows 7 or Vista instructions: Right-click on the little speaker icon in the bottom right. Click "Playback devices". Right-click on the device you want to use instead of you current device. Click "Set as Default Device". The audio output will instantly switch to that device.

  3. Re:what is the state of ext4? by MojoMagic · · Score: 3, Informative

    As I understand it, the issue is that the default time between cache dumps to disk is 4 seconds. This is much longer than ext2/3. So, if you yank the power cable during this time, on the next reboot ext4 will have no record of the event ever having occured and will use the previously journaled data instead. If this is actually the case, then I don't really consider this a bug. It's just a larger cacheing window. Someone please correct me if I'm wrong.