Intel: Core i7 to Be Up to 52% Faster Compared to Core 2 Quad


Recommended Posts

Intel Corp. expects its forthcoming Intel Core i7 processors to be much more powerful compared to existing central processing units, according to documents reportedly seen by the media. If the information turns to be precise enough, then Intel has all chances to keep processor performance crown even after smaller rival Advanced Micro Devices launches its new chips.

Documents from Intel Corp. allegedly seen by Expreview web-site reportedly mention that Intel Core i7 processor delivers 52% speed improvement in 3D games, 41% higher performance in media encoding and editing applications as well as 38% greater 3D rendering speed when compared to Intel Core 2 Extreme QX9770.

Intel Core i7 965 is a premium class Nehalem-micro-architecture microprocessor for desktops that operates at 3.20GHz. The Core 2 Extreme QX9770 is Intel's top-of-the-range CPU at the moment at that also works at 3.20GHz. If the information regarding performance improvements is correct, then it means that the new micro-architecture in its first implementation provides roughly 52% more performance at the same clock-speed compared to currently used Core 2 micro-architecture.

Advanced Micro Devices recently said that its forthcoming quad-core processors powered by improved K10 micro-architecture will be roughly 35% more powerful than its existing chips at the same clock-speed.

Intel did not comment on the news-story.

Source: http://www.xbitlabs.com/news/cpu/display/2...ore_2_Quad.html

theres no such thing, it requires comparison, if its in Vid Encoding, i might buy that, but games i doubt any improvement, cache size is tiny bah.

BUT, im still waiting to buy new computer because of this, gotta give em the benefit of the doubt, right?

^The meaning is, lol@amd.

Because you saw the meaningless numbers for the next AMD CPU?

We should wait for real benchmark of Core i7 and the next AMD CPU before LOL'ing.

My guess is that AMD will be slower, but by how much? And if it cost less, should be a good deal for casual gamers.

yawn, we need some benchmarks from actual tests, all companies exagerate the performance and actual tests always show the exagerations.

I wanna see how much faster they are at encoding x264.

Well that is not always the case. They could be correct theoretically but in practice many times its a different story. It also depends on the operating system and the applications.

I expect it to be at the very least 52% faster considering the damn price of the thing. Hell, I expect it to make me tea and toast in the morning and fetch me my newspaper. Perhaps even do the dishes when it's overclocked.

$1000. $1000.

Documents from Intel Corp. allegedly seen by Expreview web-site reportedly mention that Intel Core i7 processor delivers 52% speed improvement in 3D games

LOL, with that line, it lost all credibility for me. Even cavemen should know by now that 3D games depend most on graphics card rather than CPU :laugh:

or maybe it means 3D games in software rendering mode? bah. it's useless figures either way, guess it can play Crysis at 640x480 at 3 fps instead of 2fps in C2Q :D

Documents from Intel Corp. allegedly seen by Expreview web-site reportedly mention that Intel Core i7 processor delivers 52% speed improvement in 3D games
When I see something like that I interpret it as 52% CPU processing power, not as a 52% overall performance of FPS. Obviously the overall game won't be boosted by 52%, that goes without saying given most are GPU not CPU dependent. I personally think some people are misinterpreting that 52% figure as meaning FPS.

Even 52 is likely a tall order in relation to pure CPU grunt, but I would expect a fairly considerable improvement.

do you all forget that this same thing happened when intel was comparing the Core 2 to the Pentium 4? no one believed that Core 2 was SO much faster, but it was true. i firmly believe that i7 will be 45% faster on average. initial benchmarks have shown incredible results.

the 965 may be $999, but the other 2 they are releasing will be $5xx and $28x at launch.

When I see something like that I interpret it as 52% CPU processing power, not as a 52% overall performance of FPS. Obviously the overall game won't be boosted by 52%, that goes without saying given most are GPU not CPU dependent. I personally think some people are misinterpreting that 52% figure as meaning FPS.

Even 52 is likely a tall order in relation to pure CPU grunt, but I would expect a fairly considerable improvement.

So how do you interpret the "52% increase in CPU processing power in 3D gaming", considering it's a constantly shifting balance between the CPU and GPU under different environments, resolutions, and effects settings, for different games and game levels? It doesn't make any sense at all in that case :D

It actually makes much more sense if it means playing 3D games in software rendering mode, like those Red Mars CPU benchmarks in 3DMark 06 :laugh:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • How many other companies will follow Ford's lead? Or, have they already gotten lazy and become enslaved to AI--and now can't figure out how to get out of that mess.
    • Why would any self-respecting intelligent person follow any recommendation by Donald's GOP administration? With almost two years of fabrications, deceit, and blatantly illegal behavior, why believe them now? They had best be gone after the November 2026 election, so we'll wait and see.
    • AltSendme 0.4.1 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.4.1 changelog: Release Highlights Self-hosted relays: Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in deploy/relay/ with Docker Compose for a VPS and configuration examples for production use. Fly.io support: One-click deploy template for Fly.io, including a quick-start config (fly.dev.toml) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname. Relay settings UI: New Settings → Network panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer. Disable relays: Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other. Android graduates from beta: Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7). Other improvements Private relay access control via shared auth token Relay fallback notifications when a custom relay is unreachable Broadcast mode toggle in sharing settings Android release build fixes (split-per-ABI APKs, universal APK preservation) UI polish: mobile safe-area insets, dropzone layout, transfer progress animation Bug fixes for minification-related serialization issues and system tray icon loading What's Changed feat(relay): add relay status functionality and settings UI (a120cdf) feat(relay): implement custom relay server configuration and verification (51276c7) feat(relay): add configuration for private relay access and enhance observability features (48fbabf) feat(relay): enhance relay URL validation, display connection status (d4fffa0) feat(relay): add RelayChangeGuard component and enhance relay-related translations (16ba514) feat(broadcast): add toggle setting for broadcast mode in sharing UI (ca6d977) fix(relay): correct QUIC discovery port, pin image, templatize fly.dev (52a2ba5) fix: More broken serialization due to minification (67491a9) fix(android): preserve true universal APK across per-ABI builds (e9f256f) fix(ui): conditional safe-area insets padding on mobile (1182f0e) refactor(transfer): CircularRing component animation fix (944572b) chore(android): drop x86 and x86_64 release APKs, keep universal+arm64+armv7 (34ada0b) Download: AltSendme 0.4.1 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You are mostly right about the ephemeral nature of it. As I mention in the article, if you dont add a second device or take a backup of your account before uninstalling it, then yes you will lose access to your account. That said, in terms of actual user experience when you sync multiple devices your message history carries across and there's also a Saved Messages chat like there is on Telegram to send messages and attachments between your installs. But yh, what you point out are correct and its not trying to emulate Messenger or Telegram.
    • OK so SearXNG is a meta search engine that you can install locally or use via a public instance. It scrapes other search engines which you choose and then sorts the results. Not as complicated as multiple relays
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      225
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!