fast-hex icon indicating copy to clipboard operation
fast-hex copied to clipboard

Fast, SIMD hex string encoder and decoder C++ lib and Node.js module

Results 3 fast-hex issues
Sort by recently updated
recently updated
newest added

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...