SoA

Vector types, but instead of being represented as Array-Of-Struct, data is stored as a Struct-Of-Arrays, or SoA.

Build Status

A large subset of the std::Vec interface is supported, as well as some extras to make writing efficient code more natural.

Documentation

See the very thorough API Docs.