https://github.com/cosimo/perl6-string-crc32
Simple Perl 6 class to calculate a CRC32 checksum of a string
https://github.com/cosimo/perl6-string-crc32
Last synced: 11 months ago
JSON representation
Simple Perl 6 class to calculate a CRC32 checksum of a string
- Host: GitHub
- URL: https://github.com/cosimo/perl6-string-crc32
- Owner: cosimo
- Created: 2010-08-02T12:33:09.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T22:27:12.000Z (over 6 years ago)
- Last Synced: 2025-04-09T21:50:00.413Z (about 1 year ago)
- Language: Perl6
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Perl6 String::CRC32
===================
http://github.com/cosimo/perl6-string-crc32/
Pure Perl6 version of String::CRC32 from Perl5.
Based on CPAN version 1.4 by Sönke J. Peters.
Current status (2015/10/22)
===========================
Works, maybe slower than the Perl5 XS :)