Memory, Cache Locality, and why Arrays are Fast (Data Structures and Optimization)
Video Statistics and Information
Channel: SimonDev
Views: 218,349
Rating: 4.9099698 out of 5
Keywords: simondev, game development, programming tutorial
Id: 247cXLkYt2M
Channel Id: undefined
Length: 9min 38sec (578 seconds)
Published: Mon Jan 11 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
tldw: The video is about L1/L2/L3 cache misses.
Not declaring/filling
arr
in that first screen (where we're supposed to guess why one loop runs faster than the other) was quite misleading. I kept thinking "this shouldn't run at all". Or, ifarr
is defined but empty, both loops should be equally fast.This isn't just some basic video, this has to be the best educational video I've seen on youtube, that guy deserves a reward or something