Skip to content

Add hamming distances for avx and a function to get metrics

Compare
Choose a tag to compare
@masajiro masajiro released this 18 Jul 23:55
· 3 commits to main since this release

What's Changed

  • Feature SIMD support for Hamming Distance. by @kpango in #160
  • [BUGFIX] Unsupported instruction was included in the Hamming distance AVX512 processing. by @kpango in #163
  • Add getGraphStatistics method and GraphStatistics class and it's exported C API by @kpango in #165

Full Changelog: v2.2.2...v2.2.3