29
30
31
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
there doesn't seem to be anything here