soa 0.9.2

Struct-of-Array vector types
docs.rs failed to build soa-0.9.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

SoA

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

crates.io

Build Status

Data stored in SoA is meant to be processed with SIMD operations, and as such, all arrays are aligned to 16 bytes.

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.