#multi-dimensional-array #layout #ndarray #rearrange

mem-rearrange

Rearrange memory from one array to another of different storage layouts

3 unstable releases

Uses new Rust 2024

0.1.0 Feb 24, 2025
0.0.1 Feb 20, 2025
0.0.0 Dec 26, 2024

#650 in Algorithms

Download history 130/week @ 2024-12-26 8/week @ 2025-01-02 7/week @ 2025-01-09 2/week @ 2025-01-30 4/week @ 2025-02-06 1/week @ 2025-02-13 270/week @ 2025-02-20 36/week @ 2025-02-27 1/week @ 2025-03-06 5/week @ 2025-03-13

312 downloads per month
Used in gguf-utils

MIT license

11KB
189 lines

mem-rearrange

CI Latest version Documentation license

GitHub repo size GitHub code size in bytes GitHub Issues GitHub Pull Requests GitHub contributors GitHub commit activity

根据布局参数重排数据。可以将数据从一个高维数组中转移到另一个具有不同存储布局的高维数组中。

Dependencies

~2MB
~34K SLoC