https://forum.dlang.org/post/cvsajblducyanpqah...@forum.dlang.org

On Monday, 15 May 2017 at 06:44:53 UTC, Nordlöw wrote:
After having watched Jonathan Blow's talk on Jai

https://www.youtube.com/watch?v=TH9VCN6UkyQ&t=2880s

I realized that we should add his Array-of-Structures (AoS) concept to Phobos, preferrably in std.typecons.StructArrays, as something like

template StructArrays(Members...)

I have made some significant optimizations with regards to compilation performance at

https://github.com/nordlow/phobos-next/blob/master/src/soa.d

Reply via email to