The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Benchmark::Perl::CoreHashes - benchmark core Perl hash algorithms

SYNOPSIS

  perl Makefile.PL
  make test

DESCRIPTION

This module benchmarks the various hash algorithms in >= 5.17.10 perl. It installs nothing. This module was created to generate cpantesters reports. It is not an API or library.

Do a make test, look at the results. Think about whether your current Perl is using the fastest hash algorithm or not on your CPU platform.

EXPORT

No API.

AUTHOR

Daniel Dragan, <bulkdd@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2013 by Daniel Dragan bulkdd@cpan.org

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.19.2 or, at your option, any later version of Perl 5 you may have available.