hexhamming icon indicating copy to clipboard operation
hexhamming copied to clipboard

:heavy_division_sign: SIMD-accelerated bitwise hamming distance Python module for hexadecimal strings

Results 2 hexhamming issues
Sort by recently updated
recently updated
newest added

The check_bytes_arrays_within_dist function has the potential to take a long time when searching in a large array. It would be helpful if the lib could free the GIL to let...

Added cleaner APIs for array handling (find first, best, all matches) Added GIL release for array ops Added docs for array ops to Readme Added tests for array ops Added...