@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-square39fedilinkarrow-up1319arrow-down16
arrow-up1313arrow-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.com@kinther@lemmy.world to Technology@lemmy.worldEnglish • 1 year agomessage-square39fedilink
minus-square@qqq@lemmy.worldlinkfedilinkEnglish44•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.
minus-squaremihieslinkfedilink3•1 year agoWait, wat? Looking at first sentence. Also async != multi threading.
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.
Wait, wat? Looking at first sentence. Also async != multi threading.