Hacker News new | ask | show | jobs
by mbrock 540 days ago
Zig can represent AoS to SoA very nicely, it's a favored technique for the Zig compiler itself and well supported by the standard library where it's known as a MultiArrayList.