Structure of Arrays vs Array of Structures

Per Nordlöw per.nordlow at gmail.com
Mon Aug 26 09:54:30 UTC 2019


https://forum.dlang.org/post/cvsajblducyanpqahrwe@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


More information about the Digitalmars-d-learn mailing list