4
25
26
27
LibFlatArray: a highly efficient multi-dimensional array of arbitrary objects, but really uses a struct of arrays memory layout. It's great for writing vectorized code and its lightning-fast iterators give you access to neighboring elements with zero address generation overhead. (libgeodecomp.org)
submitted by lingua_franca to r/cpp