like that video introduces the idea "when generating chunks you can actually just generate every neighbor from scratch with them and it's faster if that means you can isolate all the work to a single threaded worker" which not only makes your engine faster, it makes your code cleaner *and* avoids common chunk generation errors that come from dependence on already generated chunks
that's way better than "i made this toy renderer run at 12,835 fps"