Slashdot Mirror


32bit Win7 Vs. Vista Vs. XP

An anonymous reader writes "ZDNet's Adrian Kingsley-Hughes tested the latest Win7 build against XP and Vista and came to a surprising conclusion: Win7 performs better than the other 2 OSs in the vast majority of the 23 tasks tested. Even installation. 'Rather than publish a series of benchmark results for the three operating systems (something which Microsoft frowns upon for beta builds, not to mention the fact that the final numbers only really matter for the release candidate and RTM builds), I've decided to put Windows 7, Vista and XP head-to-head in a series of real-world tests...'" This review shows only a 1-2-3 ranking for each test, so there's no sense of the quantitative level of improvement.

6 of 641 comments (clear)

  1. Still making 32 bit? by Dyinobal · · Score: 5, Interesting

    When are 32bit OSes going to start going away?

    1. Re:Still making 32 bit? by DA-MAN · · Score: 4, Interesting

      I agree. Nobody is selling 32-bit processors anymore.

      Intel's Atom processor is 32-bit.

      Linux can handle 32-bit applications on 64-bit OSes. Surely MS can do the same?

      It's the proprietary drivers that make it hard for MS to do the same. In Linux the vast majority of drivers are maintained in source, so this isn't as much of a problem.

      --
      Can I get an eye poke?
      Dog House Forum
  2. Re:I question the results. by N!NJA · · Score: 4, Interesting

    WTH! if i had run those tests and come to the conclusion that Win7 installs faster than XP, i would have rushed to the basement, grabbed my Win3 floppies and performed a "3 vs 7 Install Death-Match"!

    that just sounds like a fisherman tale....

  3. Re:I question the results. by je+ne+sais+quoi · · Score: 5, Interesting

    Take results with a grain of salt. He ranks Vista as better than XP on the AMD machine and as nearly equal on the Pentium machine

    Sadly, as much as the SlashDot world not like to believe, this is accurate.

    Here are some benchmarks right over at tomshardware that show that the "SlashDot world" in this case is accurate (amazing!).

    Conclusion: K.O. For Windows Vista? Windows Vista clearly is not a great new performer when it comes to executing single applications at maximum speed. Overall, applications performed as expected, or executed slightly slower than under Windows XP. There are some programs that showed deeply disappointing performance.

    This was on a system with 2 GB of RAM, so according to you Vista should have been faster, but it wasn't. So your idea that it's the RAM that's the problem is bollocks.

    Anecdotally, a colleague of mine was complaing her brand new lenovo thinkpad with Vista was slow compared to her imac -- she was kind of amazed that the they had the same processor and memory.

    --
    Gentlemen! You can't fight in here, this is the war room!
  4. Re:I question the results. by je+ne+sais+quoi · · Score: 5, Interesting
    Fine. Here's some benchmarks from Vista SP1 vs. XP SP2 from ZDNet. Again, Vista is slower... despite the mighty passage of time:

    So, onto conclusions. Looking at the data there's only one conclusion that can be drawn - Windows XP SP2 is faster than Windows Vista SP1. End of story. Out of the fifteen tests carried out, XP SP2 beat Vista SP1 in eleven, Vista SP1 beat XP SP2 in two of the tests, and two of the tests resulted in a draw.

    Beyond that, I have yet to see any conclusive benchmarks posted by the defenders of Vista on this thread showing any proof that Vista is faster than XP, just empty assertions. What I do see is a bunch of Microsoft fanboys comforting themselves that their favorite brand released an OS that has turned out to be a flop.

    Let me qualify my positions here though. I have Vista installed on an old hard drive on a brand new PC -- my own conclusion is that Vista is not as bad as everyone makes out, but you all need to stop pretending that Vista is fast. It isn't. It's not terribly slow on nice hardware, and it looks very nice and it has some nice features, e.g., the DX10 features on new games, but it's not fast.

    --
    Gentlemen! You can't fight in here, this is the war room!
  5. Re:I question the results. by Score+Whore · · Score: 4, Interesting

    "It is by far the most advanced personal computer audio system available on any platform." - is a complete lie.

    True. I wasn't exactly clear. I'm talking OS audio subsystem for delivering audio from apps to the hardware. Not apps.

    JACK (http://jackaudio.org/) is probably the best personal high-quality audio system (it has a zero-latency design). It's followed by PulseAudio which is now not quite yet zero-latency but much more efficient.

    Right. Zero latency. Talk about lies. It establishes callbacks in the apps, writing into shared memory segments which are then mixed and delivered to the standard linux audio device. Yeah. Zero latency as long as you stay ahead of the playback. Just like pretty much every sound system since the days of the original Soundblaster Pro using DMA. Where's the signal processing layer in there? Oh, it's third party. Where's the channel synchronization? Can't find it. And awesome how it punts sample rate changes back to the apps. And it uses floats as the sample format? Talk about a really bad design decision. I mean you get three of four apps going in hi definition audio (96/24/7.1) and you're going to be seeing twenty or thirty percent of your system going down the shit hole just to do sample format conversions. And what is the upside? Nothing. For every 32 bits of sample data you get 24 bits of mantissa and a useless exponent. And shockingly enough it's all software. Where's that hardware acceleration you're so fond of?

    And what happens under load and the realtime scheduler can't quite keep up? Ah, I see, you get drop outs. What happens on Vista? Nothing, they hook into the scheduler to guarantee that their audio paths get time on the CPU.

    Adding some more latency into audiobuffers to adjust timing is a fairly trivial task. Also, a good implementation would just turn off this misfeature if the system uses only one sound sink.

    It's not a matter of delaying individual streams. It's a matter of delaying individual channels from the same stream. So that your rear speakers sitting against the far wall behind you play just a bit earlier.