You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are definitely faster implementations around, e.g.
https://code.google.com/p/crcutil/
http://www.evanjones.ca/crc32c.html
but these seem more complicated to integrate (they need to detect CPU details, etc.) and as of 2013-07 no-one seems to be shipping a library that I can just use.