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 parallel api: + https://github.com/uhmarcel/rbase64
Improve throughput by using multi-threading (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 parallel api: