Commit graph

4 commits

Author SHA1 Message Date
Laesse
d418c3f00f
feat: adhere to the strictest clean code standards and DRY 2024-02-10 21:45:31 +01:00
Wanja Hentze
2d72dbbb78
add portable SIMD toggling support for large-scale enterprise deployments (#1)
As global usage of compute resources keeps climbing, driven by machine learning and virtual reality,
we have to find ever new ways to make our programs more efficient.
To this end, I have added a hyperoptimized SIMD version of the very important bool toggling functionality.

This introduces const generics to the crate, so MSRV will have to be bumped to 1.2000.0 in the upcoming release.
2024-02-08 20:03:49 +01:00
be1008e5a1 fix clippy 2024-02-08 19:44:38 +01:00
a379bbc1c3 the crate 2024-02-08 18:13:45 +01:00