<div dir="ltr">just as point for consideration, I'm not sure if data alignment will improve speed on future processors:<div><a href="https://lemire.me/blog/2012/05/31/data-alignment-for-speed-myth-or-reality/">https://lemire.me/blog/2012/05/31/data-alignment-for-speed-myth-or-reality/</a> </div><div><br></div><div>Food for thought: imagine if we had single (32 bits floating point) values dynamic arrays with 1 million values each: a b and c. I would love to have something like this:</div><div>a := b + c;</div></div>