The description listed a mirror of this video on Vimeo, but I’m not sure if it’s still accessible as I have no access to Vimeo here: https://vimeo.com/649009599
Recently I discovered something called data-oriented design and I thought it was such a brilliant concept. Here are other references I recommend:
- A book available online freely https://www.dataorienteddesign.com/dodbook/
- I think this is the first blog post about the concept https://gamesfromwithin.com/data-oriented-design
- Data-Oriented Design and C++ - A talk by Mike Acton https://www.youtube.com/watch?v=rX0ItVEVjHc


Huh, what interview?
Yeah, it’s such an interesting concept, and I like how Andrew not only explains the concepts well in such a short time, he also explains how he applies to Zig’s compiler at the later part of the talk. Even more interesting, (CMIIW) data-oriented programming originated from game development, but as we can see it can also be applied everywhere else