(Sorry for the duplicate message, bulk 88, I keep forgetting that reply doesn't go to the list.)
Are the hash algorithms only available via the module? It sounds like this should be split in two, e.g., Algorithm::Hash::HashNameABC, and perhaps Hash::Util::Benchmark. I know I demoted Benchmark from top level, but it seemed a more natural fit to me. Are the hash algorithms supposed to be stand-alone, or will it be possible to use them as plug-ins for perl's built-in hashing? (I followed the hashing discussion on perl5-porters with interest.) -john On Sun, August 4, 2013 1:18 am, bulk 88 wrote: > I need a module name for a module, that exists only to benchmark its built > in hash algorithms, on different smoke machines, and then read the build > logs to see how how fast the hash algos were. So far I am calling it > Benckmark::CoreHashes. Is that a good name? Or is > Benchmark::Perl::Corehashes a batter name?. > >