Recommended Posts

Hi people!


I am looking to buy a laptop and I have come across two that I would like to buy they have a £100 difference but I am confused on which one to get. First of all both the laptops are almost the same but I don't get why there is a £100 difference and which one should I choose.

 

Thank you

 

Laptop 1 Specs: 

CPU, Memory and Operating System:                              

Intel Core i7 8550u quad core processor

1.8GHz processor speed

8GB RAM DDR4

2TB HDD storage 

Hard drive speed 5400RPM

Microsoft Windows 10

 

Display features:

15.6 inch screen

High definition display

Resolution 1920 x 1080 pixels

 

Graphics:

620 graphics card

Shared graphics card

 

Interfaces and connectivity:

SD media card reader

1 USB 2.0 port

2 USB 3.1 ports

1 HDMI port

Wi-Fi enabled

 

Multimedia features:

HD webcam

Built-in mic

Built-in audio sound system

 

Software included:

Yes

 

General features:

Up to 11 hours battery life

Size H2.38, W38, D25.38cm

Weight 2.1kg

EAN: 192018668270

 

Laptop 2 Specs: 

CPU, Memory and Operating System:

Intel Core i7 7500u dual core processor

2.7GHz processor speed

8GB RAM

2TB HDD storage

Microsoft Windows 10

 

Display features:

15.6 inch screen

Resolution 1920 x 1080 pixels

 

Graphics:

Intel HD Graphics 620 graphics card

Shared graphics card

 

Interfaces and connectivity:

SD media card reader

Secure Digital (SD)

1 USB 2.0 port

2 USB 3.1 ports

1 Ethernet port

1 HDMI port

Bluetooth

Wi-Fi enabled

 

Multimedia features:

HD webcam

Built-in mic

Built-in audio sound system

 

General features:

Size H2.38, W25.38, D38cm.

Weight 2.1kg.

EAN: 191628270262.

 

Link to comment
https://www.neowin.net/forum/topic/1357104-advice-on-buying-a-new-laptop/
Share on other sites

I agree the 1st option is definitely better on paper

the extra cores compensate for the lower clock. its a normal trend with more cores :)
the clock will increase with the turbo as well as needed.

 

my only other question is what are the OEMs for the 2 models? are they from the same company or 2 different brands?

The 8550u is about a year newer than the 7500u - different generations of processor (Kaby Lake vs Kaby Lake R).

A performance comparison can be found here: http://cpu.userbenchmark.com/Compare/Intel-Core-i7-8550U-vs-Intel-Core-i7-7500U/m320742vsm171274

 

Also, I'd be careful about buying a machine with a 5400RPM disk.  Doesn't matter how quick your processor is, a disk this slow will be a huge bottleneck in your machine.

^ I agree with those people. Extra cores can really help you out. And 8th gen at that.

1 minute ago, Fahim S. said:

 

Also, I'd be careful about buying a machine with a 5400RPM disk.  Doesn't matter how quick your processor is, a disk this slow will be a huge bottleneck in your machine.

He can always replace it with a SSD...

6 minutes ago, Brandon H said:

I agree the 1st option is definitely better on paper

the extra cores compensate for the lower clock. its a normal trend with more cores :)
the clock will increase with the turbo as well as needed.

 

my only other question is what are the OEMs for the 2 models? are they from the same company or 2 different brands?

I apologise for not mentioning this. They are both HP laptops. 

Turbo on the 8th gen is going to give you more on a mobile device (for general use).  You'll actually get a marginally higher clock speed for short bursts, plus the two additional cores.

 

On laptops, pegging the CPU at 100% usage is going to trigger throttling due to heat anyway, so the 7th gen chip is going to clock down if the temperature starts rising.

There is still software that does not take advantage of multiple cores and does in fact notice the clock speed.

 

A good example of that is most console emulators. Limited by the way the emulator works, the emulation of other CPU is very dependent on the clock speed of the emulator CPU.

 

It puzzles me that in this entire thread there was not a single question about the usage scenario of the new laptop. There are lots of scenarios where neither unit is "suitable to task" and lots where both are just fine, so select the one less likely to fall apart.

 

One universal truth is that if you don't use the laptop for anything at all, it will perform great and be a good purchase.

Hello,

 

Just to confirm, Laptop #1 does not have Ethernet?  If that's correct, you may wish to add a USB to Ethernet adapter for times when you need to use a wired connection.

 

Regards,

 

Aryeh Goretsky

 

12 hours ago, DevTech said:

There is still software that does not take advantage of multiple cores and does in fact notice the clock speed.

 

A good example of that is most console emulators. Limited by the way the emulator works, the emulation of other CPU is very dependent on the clock speed of the emulator CPU.

 

It puzzles me that in this entire thread there was not a single question about the usage scenario of the new laptop. There are lots of scenarios where neither unit is "suitable to task" and lots where both are just fine, so select the one less likely to fall apart.

 

One universal truth is that if you don't use the laptop for anything at all, it will perform great and be a good purchase.

you make a good point but at the same time many app including console emulators are starting to code for multi-core use. Look at Dolphin for a good example, they've got some good experimental things in the works.

4 hours ago, Brandon H said:

you make a good point but at the same time many app including console emulators are starting to code for multi-core use. Look at Dolphin for a good example, they've got some good experimental things in the works.

In the very hypothetical case of someone buying a laptop for the sole purpose of emulation "on the go" then with the current state of the art, highest possible clock speed would be the way to go.

 

There are also a few other classes of software where clock speed is paramount.

 

In the case of Dolphin and Citra and Cemu, the CPUs and GPUs being emulated are just at the (newly comfortable) limit of what is possible and for the most part they work best with a single core CPU of 3.5 to 4.5 ghz.

 

Even at 4.5 ghz, the CPU is too slow to keep up with a precise interpretation of system being emulated so the huge achievement at the expense of some accuracy was on-the-fly compiling of the emulated CPU's machine code to Intel machine code and then executing that quickly. Clearly the compiling task could benefit from multiple cores based on some sort of look ahead or branch prediction etc and separate cores for emulating the CPU, GPU and Audio chips might be another break-out.  The big problem I think is coordinating multiple cores to get the timing accurate to micro-seconds as a lot of the old code depends on the actual speed of various hardware and the precise order of execution. The audio engine is particularly a factor in many other timings. I would not hold out a huge amount of hope that the problem gets solved but for sure some amazing stuff has already been figured out.

 

I have not worked on the code of emulators so I'm making a loose summary, but I have worked on PCI device drivers in multicore Windows and I can say that Windows is NOT a Real-Time Operating System and getting code timing right when you have device driver priority and you want things to happen at a certain precise time rather than the usual case of "fast as possible" is very hard to do. At user level multcore programming, you would probably need to make a device driver to access the HPET or something similar.

 

One thing that really amazes me is the huge progress in the last year in emulating the very weird Sony PS3 hardware with its many specialized CPUs:

 

See: https://rpcs3.net/blog/2018/01/23/rpcs3-2017-wrap-up-a-stunning-year-of-progress/

 

"it’s important to note that the PlayStation 3 processor called Cell is a complex piece of hardware that essentially has two different types of CPU cores: One PPU core with simultaneous multithreading (what Intel would call Hyperthreading) and six SPU cores that games use, which among many interesting features have vector registers, something Intel and AMD would introduce with the AVX extension in 2012 with Sandy Bridge and Bulldozer. The PPU core of the Cell processor is for all intents and purposes quite ordinary CPU core that the main code of a game would run on. The PPU LLVM recompiler uses a fantastic piece of software called LLVM to translate PPU code into an intermediary LLVM representation that is then finally translated, and optimized, into native Intel/AMD code. And all of this is done ahead of time (AoT), before the game starts! The idea here is to get near native performance in PPU code execution and today that goal is pretty much reached. In simpler games with no SPU or graphics bottlenecks this recompiler is capable of reaching hundreds, sometimes thousands, of frames per second."

This topic is now closed to further replies.
  • Popular Now

  • Posts

    • All it does is use the CPU more efficiently during boot to speed up boot times. That's it. Yawn....
    • It's not a one or the other kind of thing. Software should run efficiently, and the operating system should appropriately manage the CPU clocks. You could have the best most optimized software on earth, and it will still run faster if the CPU does a better job of boosting as needed. All this is doing is pre-boosting the CPU based on user actions, instead of waiting for the normal detection mechanism to kick in. If the OS knows it is about to need more CPU, why shouldn't it use that knowledge? It's the same idea of downshifting before passing someone, instead of just burying your foot into the peddle and waiting for the transmission to figure out what you want to do.
    • Audacity 3.7.8 by Razvan Serea Audacity is a free, open source digital audio editor and recording application. Edit your sounds using cut, copy, and paste features (with unlimited undo functionality), mix tracks, or apply effects to your recordings. The program also has a built-in amplitude-envelope editor, a customizable spectrogram mode, and a frequency-analysis window for audio-analysis applications. Built-in effects include bass boost, wah wah, and noise removal, and the program also supports VST plug-in effects. You can use Audacity to: Record live audio. Record computer playback on any Windows Vista or later machine. Convert tapes and records into digital recordings or CDs. Edit WAV, AIFF, FLAC, MP2, MP3 or Ogg Vorbis sound files. AC3, M4A/M4R (AAC), WMA and other formats supported using optional libraries. Cut, copy, splice or mix sounds together. Numerous effects including change the speed or pitch of a recording. Write your own plug-in effects with Nyquist. And more! See the complete list of features. Audacity 3.7.8 changelog: #10688 Fixed an exception thrown when pasting into a newly-created track (Thanks, David Bailes (@DavidBailes)!) #10870, #10884, #10775, #10629 Fixed tone generation, waveform-scale setting, SetClip Name parameter, and clip-boundary command names for scripting and macros (Thank you, David Bailes (@DavidBailes)!) #11106 Fixed the loading of presets for the Distortion effect (A million thanks, David Bailes (@DavidBailes)!) #10947 Fixed paste into an empty audio track not preserving the source sample rate (Thanks, Juan Gabriel Colonna (@juancolonna)!) #10776 Allowed AltGr modifier in label and clip name editing (Thanks, Davide Peressoni (@DPDmancul)!) #9938 Added options to choose where silence is truncated (start/middle/end) (Thanks, Noah Rosenfield (@nosenfield)!) #9935 Added Podcast 2.0 chapters JSON export for label tracks (Thanks, Noah Rosenfield (@nosenfield)!) #10103 Improve UI on HiDPI displays on Linux/wxGTK (Thanks, Ivan A. Melnikov (@iv-m)!) #10099 Fixed MixerBoard Mute and Solo button display (Thanks, Ivan A. Melnikov (@iv-m)!) #10681 Fixed multichannel FLAC import #10999 Fixed envelope being broken after joining clips Download: Audacity 64-bit | Standalone ~20.0 MB (Open Source) Download: Audacity 32-bit | Standalone Download: Audacity ARM64 | Standalone View: Audacity Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • There really isn't anything magical about the low latency profile, other OS's do this as well. All they're doing is using your CPUs boost clock options in a more smarter way.
    • So we shouldn't have the option because of people using their laptops on battery? OK? LOL
  • Recent Achievements

    • One Month Later
      Star Processing earned a badge
      One Month Later
    • Week One Done
      Star Processing earned a badge
      Week One Done
    • One Year In
      Star Processing earned a badge
      One Year In
    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      494
    2. 2
      PsYcHoKiLLa
      198
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!