kinther@lemmy.world to Technology@lemmy.worldEnglish · 1 year agoIntel's Meteor Lake CPUs are slower at single-core work than previous-gen models — new benchmarks show IPC regressions vs Raptor Lakewww.tomshardware.comexternal-linkmessage-square35fedilinkarrow-up1308arrow-down15
arrow-up1303arrow-down1external-linkIntel's Meteor Lake CPUs are slower at single-core work than previous-gen models — new benchmarks show IPC regressions vs Raptor Lakewww.tomshardware.comkinther@lemmy.world to Technology@lemmy.worldEnglish · 1 year agomessage-square35fedilink
minus-squareqqq@lemmy.worldlinkfedilinkEnglisharrow-up41·edit-21 year agoAsync features in almost all popular languages are a single thread running an event loop (Go being an exception there I believe). Multi threading is still quite difficult to get right if the task isn’t trivially parallelizable.
Async features in almost all popular languages are a single thread running an event loop (Go being an exception there I believe). Multi threading is still quite difficult to get right if the task isn’t trivially parallelizable.