Y
Hacker News
new
|
ask
|
show
|
jobs
by
Joe_Cool
686 days ago
That is weird. Seems like crc optimization is quite a rabbit hole.
https://github.com/komrad36/CRC
has a massive section about it in the README. Really interesting.
1 comments
loeg
685 days ago
Yeah. crc32 may be simple in theory, but doing it as fast as possible utilizing the various execution units of modern hardware is challenging.
link