1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# dsa64 Data structures for high-performance computing. Requires nightly Rust. ## Overview General mix bag of data structures and algorithms. `dsa64` is backed by `Vec64` where appropriate for SIMD-friendly memory layout. ## License Apache-2.0