---------------------------------------- > Date: Sun, 4 Aug 2013 13:47:13 -0500 > Subject: Re: need name for module that benchmarks hash algos, smoke ab/use > From: jgam...@ripco.com > To: bul...@hotmail.com > CC: module-authors@perl.org > > (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.
No, everything is 1 package. No subs are usable or do meaningful work (the subs are in XS and they loop over const static C data structures), nothing is exported. There is no API. The only purpose of this module is to benchmark. The pod will say dont do "make install" since there is nothing useful in it. > > 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.) > Not reusable.