Build Status
master |
NAME
Digest::Guava - Perl XS interface to the Google's Guava consistent hashing algorithm
SYNOPSIS
use Digest::Gauva qw(guava_hash);
guava_hash($integer_key, $buckets_count);
OR
use Digest::Gauva;
Digest::Gauva::guava_hash($integer_key, $buckets_count);
DESCRIPTION
Google's Guava hashing algorithm.
SEE ALSO
Google's implementation of Guava hash at https://github.com/google/guava.
For alternative consistent hash algorithms/implementations, search CPAN, but here's some:
Algorithm::ConsistentHash::CHash
Algorithm::ConsistentHash::Ketama
AUTHOR
Mons Anderson, <mons@cpan.org>
igorcoding, <igorcoding@gmail.com>
BUGS
Please report any bugs or feature requests in https://github.com/igorcoding/Digest-Guava/issues
COPYRIGHT AND LICENSE
Copyright (C) 2016 by igorcoding
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.2 or, at your option, any later version of Perl 5 you may have available.