Add hamming distances for avx and a function to get metrics
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