5 votes

A practical guide to applying data-oriented design

1 comment

  1. Apos
    Link
    This is another talk by Andrew Kelley the Zig language creator. First 30 minutes talk about how computers work (CPU, memory) and various strategies to refactor code to use the computer hardware...

    This is another talk by Andrew Kelley the Zig language creator. First 30 minutes talk about how computers work (CPU, memory) and various strategies to refactor code to use the computer hardware better. After that he explains how he used those tricks to make the Zig compiler better (the new faster compiler isn't yet released) and shows some benchmarks.

    3 votes