Skip to content

cgaebel/soa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages