libflatarray
libflatarray copied to clipboard
Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address generation overhead.
Moved from https://bitbucket.org/gentryx/libflatarray/issues/18/implement-short_vec
...like begin(), end(), or a range based for loop. Moved from https://bitbucket.org/gentryx/libflatarray/issues/20/add-element-iteration-facilities-to-short
LIBFLATARRAY_REGISTER_SOA does not work with class templates having more than one template parameter
Hi, i tried to use LibFlatArray with a class template which has more than one template parameter and it didn't compile. A simple example can be found here: https://gist.github.com/anonymous/b188cd1459c1b6d5ca6f The...
Moved from https://bitbucket.org/gentryx/libflatarray/issues/21/add-gathering-c-tor-to-short_vec