Open kif opened 1 year ago
FYI, crc-rs has a new (unreleased) implementation that's ~6x faster in micro-benchmarks: https://github.com/mrhooray/crc-rs#throughput-gibs. However, a portable implementation just won't be able to match the performance of a SIMD implementation.
Hi, I am looking for a fast and portable CRC implementation for Python ... but I think I found a performance bug:
The implementation from pyFAI relies on the SSE4 instruction, thus not portable.