A simple header only library that implements structure of arrays data structure backed by std::vector.
These are the most useful operations.
.quick_sort_by_field
sort all columns in tandem based on particular column() .as_tuple(row_idx)
read data out as tuple.get_column
direct access to underlying std::vector column()
Code Example (scratch.cpp)
entry0 = my