Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T22:27:12.000Z (over 4 years ago)
- Last Synced: 2023-10-20T19:02:22.967Z (about 1 year ago)
- Language: Perl6
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- 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 :)