Slashdot Mirror


Performance Tests Show Early Windows 7 Build Beats Vista

The Other A.N. Other writes "How does the latest build of Windows 7 stack up against Windows Vista? The answer seems to be very well if the benchmarks run by ZDNet are anything to go by. If Microsoft keeps up the good then Windows 7 should be head and shoulders better than Vista. 'What we have here is one set of data points for one particular system, but I think that the results are very promising. The fact that Windows 7 comes out on top in three out of four of these tests at this early stage is very promising indeed. The boot time and PCMark Vantage results are particularly good.'"

7 of 534 comments (clear)

  1. Older Hardware by MrSteve007 · · Score: 4, Interesting
    It also seems to work quite well on older hardware. I've installed Win 7 Build 6081 on a 7 year old tablet I have around the office (a toshiba 3500).

    The tablet has a 1.3 PIII & 512 of ram.

    http://geekpi.com/?p=38#more-38

  2. Re:Windows ME-2 by Luscious868 · · Score: 4, Interesting

    Agreed. The consulting business that I work for has an IT services side that I fill in on from time to time if they are short staffed. Most of my clients on the consulting side of the business and most of the small businesses that we provide completely or partially outsourced IT services for that believed they'd need new PC's in the next couple of years (who didn't have volume licenses for XP) have already purchased them so they could downgrade to XP. These are mostly non-tech savvy people here who have either heard bad things about Vista from others or who have some first hand experience with it on a home PC that they purchased and they wanted to be sure to buy new systems while they could still get XP. We have a neutral policy when it comes to Vista so they haven't been doing this at our behest.

    In fact, I can count on two hands the number of times I've encountered a client who has one or more machines on-site running Vista. It's amazing to me how few clients we have that have even a single Vista machine and it's amazing to me what a bad rap Vista has with the non-tech savvy crowd.

    I don't particularly like Vista and on my box at work I've stuck with XP but I don't absolutely hate the thing either. Perhaps that's because I have limited experience with it but if they replaced my box at work with new PC (and I wasn't given the choice to go with a Mac ... I switched at home in 2006) and the box came with Vista pre-installed I probably wouldn't wipe it and re-install XP unless the box was a total POS and I needed to downgrade for performance reasons. I think the Vista to Windows Millenium comparison takes things a bit too far. Millenium was a complete and total POS that was clearly less stable than Windows 98 even on new hardware that came with the OS pre-installed. I've found that Vista, from the admittedly limited experience that I have with it, isn't that bad when it comes pre-installed on new hardware but Microsoft clearly screwed the pouch with it and I think that Apple is benefiting a little bit. We've had higher ups at a few of our clients opt for Macs in the last six or seven months who have asked us to setup Boot Camp or a VM product to run their Windows apps and if you would have told me we'd be seeing that a year ago I would have laughed in your face.

  3. Parent is actually insightful. by RudeIota · · Score: 5, Interesting

    This is honestly insightful, because the more they work on it, the more it will suffer from the heavy weight of feature creep. I hope their claim of 'modular' is still in the plans.

    --
    Fact: Everything I say is fiction.
    1. Re:Parent is actually insightful. by silanea · · Score: 4, Interesting

      Do you know anybody who actually owns a netbook? I don't. [...]

      Here in Germany they keep spreading across university campuses, and quite numerously at that. Primarily among the kinda-computer-savvy-but-not-nerdy-enough-for-CS crowd, but also interestingly among female students, probably because of their smaller size and weight. They are still vastly outnumbered by "proper" notebooks, but the uptake is way more than I'd expected. Well, they are ideal for a lot of students after all. They handle web surfing and office tasks just fine, are cheap, compact, sport quite long battery time - unless you really need processing power or a large display they are perfectly sufficient.

      --
      Rudolf Hess edited Mein Kampf. He was the very first grammar nazi.
    2. Re:Parent is actually insightful. by theaveng · · Score: 4, Interesting

      >>>>it will suffer from the heavy weight of feature creep

      Excellent point. I'm sure Vista started as a good OS (like XP), but it became so weighed down with extra features that it became slow as a dog. My brother has a PC identical to mine, but while my XP-PC runs nice and fast, his Vista PC runs like it has a floppy drive instead of a hard drive. Vista is crap.

      What I'm curious to know: How does Windows 7 compare to XP? Anybody can design an OS faster than Vista; but will it be faster than XP? If the answer is "no" I'm sticking with XP.

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
  4. Re:Dead Herring by lgw · · Score: 4, Interesting

    Windows7 is Vista at its core

    I'd say that Windows7 is "Vista Service Pack 3", or maybe "Vista R2". It's being released in tandem with Win2008 Server R2.

    Microsoft heard from *many* customers that they would skip Vista and anything related to it, and wait for Windows 7. Microsoft, of course, is simply renaming the next significant Vista service relase "Windows 7". And I'm sure this will work! I can't even muster any ire at Microsoft for this: what else could they do?

    --
    Socialism: a lie told by totalitarians and believed by fools.
  5. Re:This just in... by Hal_Porter · · Score: 5, Interesting

    Performance tests show that an abacus and a box of crayons beat Vista.

    (Apologies to Tycho and Gabe)

    But does this Abacus OS support industry standards like Win32, NTFS and DirectX 10?

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;