KokaKiwi / rust-hex

A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
https://crates.io/crates/hex
Apache License 2.0
201 stars 55 forks source link

SIMD backend #70

Open Nugine opened 2 years ago

Nugine commented 2 years ago

Using hex-simd as a backend can provide a performance boost for "free".

Benchmarks: docs/benches-v050.md