Commit graph

15 commits

Author SHA1 Message Date
84c27c8090 Bump version to 1.1.1 2024-02-13 18:53:18 +01:00
0c3b06cb80 Remove --cfg docsrs
docs.rs now sets this cfg itself automatically!
2024-02-13 18:52:12 +01:00
dd9ab02321 Small cleanup 2024-02-13 18:52:02 +01:00
Lars Volkheimer
79afcde7d5
IMPROVEMENT better code maintainablity by removing duplicated code (#2)
* feat: adhere to the strictest clean code standards and DRY

* docs: document enterprise grade arichitecture

* fix: copy pasta

* Small improvements

* make clippy happy

---------

Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com>
2024-02-13 18:51:05 +01:00
99b0badcb2 version bump 2024-02-08 20:05:18 +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
b77a117724 fix arm64 2024-02-08 19:45:19 +01:00
be1008e5a1 fix clippy 2024-02-08 19:44:38 +01:00
e80383e999 add vibe check 2024-02-08 19:43:22 +01:00
a64274d206 serious CI 2024-02-08 19:39:21 +01:00
bb1515ea95 repo 2024-02-08 18:16:28 +01:00
48d6473488 description 2024-02-08 18:16:07 +01:00
9b8d803395 license this correctly 2024-02-08 18:14:29 +01:00
073f55e83c
Create LICENSE 2024-02-08 18:14:08 +01:00
a379bbc1c3 the crate 2024-02-08 18:13:45 +01:00