fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 6 months agoExplain yourselves, comp sci.mander.xyzimagemessage-square71fedilinkarrow-up1520arrow-down117
arrow-up1503arrow-down1imageExplain yourselves, comp sci.mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 6 months agomessage-square71fedilink
minus-squareSlotos@feddit.nllinkfedilinkEnglisharrow-up7·6 months 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.