Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :)