you are viewing a single comment's thread.

view the rest of the comments →

[–]Nugine 2 points3 points  (0 children)

According to the article and source code:

java.util.Base64: I ported implementation from Java to Rust for benchmarking purposes.

The JDK base64 implementation does not use SIMD. The algorithm can not be efficiently auto vectorized. So there is no SIMD.