Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations. C interface with language bindings for each of our SDKs
55
stars
54
forks
source link
AVX512 branch: AVX512 optimized CRC32 implementation #89
Open
pbadari opened 6 months ago
Describe the feature
Currently CRC32 implementation is not optimized for SSE4.2 or AVX512.
Use Case
Provide better performance for CRC32 using HW optimized implementation
Proposed Solution
No response
Other Information
No response
Acknowledgements