soa

Crates.iosoa
lib.rssoa
version0.9.2
sourcesrc
created_at2015-02-02 15:22:12.037564
updated_at2015-12-11 23:57:02.323352
descriptionStruct-of-Array vector types
homepagehttps://github.com/cgaebel/soa
repositoryhttps://github.com/cgaebel/soa
max_upload_size
id1336
size109,984
Clark Gaebel (cgaebel)

documentation

https://cgaebel.github.io/soa/

README

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.

Commit count: 35

cargo fmt