2 releases
| 0.1.1 | Aug 3, 2024 |
|---|---|
| 0.1.0 | Aug 3, 2024 |
#6 in #soa
Used in deinterleave
7KB
114 lines
Deinterleave your datastructures
This crate provides the Deinterleave trait and DVec<T> type, which is a
deinterleaved version of Vec<T>. The API is similar but allows access to
individual contiguous regions of fields, iterators, etc.
Dependencies
~185–610KB
~15K SLoC