wooosh / www

9 stars 0 forks source link

Computing Adler32 Checksums at 41 GB/s #3

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Computing Adler32 Checksums at 41 GB/s

Using algebraic manipulation with loop unrolling to create a fast vectorized algorithm to compute adler32 checksums.

https://wooo.sh/articles/adler32.html

Renzix commented 1 year ago

I appreciate this post, next post when???