consider replacing hex
with const-hex
for improved performance
#2260
Labels
micro-opt
Optimization at very minimal level
hex
with const-hex
for improved performance
#2260
It looks like the hex crate (https://github.com/KokaKiwi/rust-hex) hasn’t been actively maintained for over three years. Since we work a lot with encoding and decoding, it might be worth considering a switch to the const-hex crate (https://github.com/DaniPopes/const-hex) instead, mainly for the performance improvements
The text was updated successfully, but these errors were encountered: