Skip to content

projectivetech/easy-crc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyCRC

This gem calculates CRC32 checksums from files using ANSI C file operations. It does this without locking Ruby's global interpreter lock.

Usage

irb(main):001:0> require 'easy-crc'
=> true
irb(main):003:0> EasyCRC.crc32 '/bin/true'
=> 2768046636

License

EasyCRC is licensed under the MIT license, see the LICENSE file for details.

About

GIL-free CRC32 checksums of files

Resources

License

Stars

Watchers

Forks

Packages

No packages published