An open API service indexing awesome lists of open source software.

https://github.com/tjake/crc32ex


https://github.com/tjake/crc32ex

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

CRC32Ex
=======

This library gives you a factory that, depending on your JVM version, will provide different implemetations on CRC32.

In JDK8 it uses the new intrinsic CRC32 native call.