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.
When are 32bit OSes going to start going away?
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....
Here are some benchmarks right over at tomshardware that show that the "SlashDot world" in this case is accurate (amazing!).
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!
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!
True. I wasn't exactly clear. I'm talking OS audio subsystem for delivering audio from apps to the hardware. Not apps.
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.
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.