fast-hex
fast-hex copied to clipboard
Fast, SIMD hex string encoder and decoder C++ lib and Node.js module
Just found his bin2hex_ascii and related functions: https://github.com/darealshinji/vectorclass/blob/master/special/decimal.h.
In order to make the fast-hex compilable and usable under AVX2/Haswell optimization or not and to compile error-free regardless, consider wrapping those APIs and those portions of code with an...
Due to the fact that the `unhex_table` and `unhex_table4` are declared as `uint8_t` yet the invalid / sentinel guard values declared as `-1`, the following warnings are generated under GCC...