fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 1 year agoExplain yourselves, comp sci.mander.xyzimagemessage-square46linkfedilinkarrow-up1504
arrow-up1504imageExplain yourselves, comp sci.mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 1 year agomessage-square46linkfedilink
minus-squareSlotos@feddit.nllinkfedilinkEnglisharrow-up7·1 year agoModern CPUs are also extremely efficient at dealing with contiguous data structures. Branch prediction and caching get to shine on them. Avoiding memory access or helping CPU access it all upfront switches physical domain of computation.
Modern CPUs are also extremely efficient at dealing with contiguous data structures. Branch prediction and caching get to shine on them.
Avoiding memory access or helping CPU access it all upfront switches physical domain of computation.