StephenCleary / HashAlgorithms

CRC calculation for .NET
MIT License
23 stars 4 forks source link

Consider vectorization #5

Open StephenCleary opened 1 year ago

StephenCleary commented 1 year ago

"Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction." a la .NET 8.0.

StephenCleary commented 1 year ago

Also see BitOperations.Crc32C