data-oriented-design

Tag

Cards List
#data-oriented-design

@charliermarsh: I don't watch many talks but Andrew Kelley's "A Practical Guide to Applying Data Oriented Design" had a big impact on m…

X AI KOLs Following · 2026-06-08 Cached

Charlie Marsh tweets that Andrew Kelley's talk 'A Practical Guide to Applying Data Oriented Design' had a big impact on him, especially when he started working on Ruff.

0 favorites 0 likes
#data-oriented-design

Zig Structs of Arrays (2024)

Hacker News Top · 2026-06-04 Cached

Explains how Zig's comptime and type reflection enable creating struct-of-arrays (SoA) data structures like MultiArrayList, which improve cache performance in high-performance applications.

0 favorites 0 likes
#data-oriented-design

Every byte matters

Lobsters Hottest · 2026-06-02 Cached

This article explains the importance of understanding CPU cache lines and data structure layout for performance optimization in programming, using examples in Java and C. It discusses the overhead of unnecessary bytes and the trade-offs between Array of Structs and Struct of Arrays.

0 favorites 0 likes
← Back to home

Submit Feedback