Y
Hacker News
new
|
ask
|
show
|
jobs
by
rsfern
1176 days ago
In Julia you can use
https://juliaarrays.github.io/StructArrays.jl/stable/
which lets your code use the array of structs interface but internally it’s a structure of arrays
1 comments
Yoric
1176 days ago
Nice, thanks!
link