https://github.com/tjake/crc32ex
https://github.com/tjake/crc32ex
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tjake/crc32ex
- Owner: tjake
- License: apache-2.0
- Created: 2015-02-20T20:53:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T23:39:56.000Z (over 11 years ago)
- Last Synced: 2025-02-14T11:52:09.821Z (over 1 year ago)
- Language: Java
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.