fast_arrays

Crates.iofast_arrays
lib.rsfast_arrays
version0.1.23
sourcesrc
created_at2023-12-29 20:43:59.831416
updated_at2024-05-29 09:43:49.625621
descriptionCan be used to perform vectorized calculations on arbitrarily sized 1D and 2D arrays with AVX-512 acceleration.
homepage
repositoryhttps://github.com/PhilWun/fast-arrays
max_upload_size
id1083625
size206,168
(PhilWun)

documentation

README

Fast Arrays

This library can be used to perform vectorized calculations on arbitrarily sized 1D and 2D arrays. It uses AVX-512 F operations, but can also use standard operations as fallback. To compile a Rust project with AVX-512 F you need to run the compiler with -Ctarget-feature=+avx512f or use a config file like config.toml.

Commit count: 91

cargo fmt