Results 161 issues of Nugine

needs design

Related: + #36

needs design

Improve throughput by using multi-threading ([rayon](https://docs.rs/rayon/)). In most cases, the simd functions are fast enough that we may not benefit from multi-threading. And some functions are not divisible. Crates with...

needs design
performance
experimental

Current supported instruction sets (2022-11-18): + AVX2 + SSE4.1 + SSSE3 + SSE2 + ARM NEON + AArch64 NEON + WASM SIMD128 Upstream blockers: (2022-11-18) + https://github.com/rust-lang/portable-simd/issues/303 + https://github.com/rust-lang/portable-simd/issues/316

blocking
unstable only
upstream bug
experimental

https://llvm.org/docs/CommandGuide/FileCheck.html

test
performance

Upstream: + https://github.com/llvm/llvm-project/issues/59081 + https://github.com/rust-lang/stdarch/issues/1217 --- https://rust.godbolt.org/z/qjx6znnq4 ``` rustc 1.67.0-nightly (83356b78c 2022-11-17) binary: rustc commit-hash: 83356b78c4ff3e7d84e977aa6143793545967301 commit-date: 2022-11-17 host: x86_64-unknown-linux-gnu release: 1.67.0-nightly LLVM version: 15.0.4 ``` ---

blocking
unstable only
upstream bug
unsound

Related: + #22 Upstream: + #7 + https://github.com/rust-lang/rust/issues/102220 + https://github.com/rust-lang/rust/issues/102738

blocking
unstable only
upstream bug

Related: + #19 Upstream: + #7 + https://github.com/rust-lang/rust/issues/102220 + https://github.com/rust-lang/rust/issues/102664 + https://github.com/rust-lang/rust/issues/102709

blocking
upstream bug
performance

Related crates: + base64-simd + hex-simd + base32-simd

needs design