Name : perl-Clone-Fast
| |
Version : 0.930.0
| Vendor : Mandriva
|
Release : 5
| Date : 2012-01-25 20:03:58
|
Group : Development/Perl
| Source RPM : perl-Clone-Fast-0.930.0-5.src.rpm
|
Size : 0.04 MB
| |
Packager : Per Øyvind Karlsen < peroyvind_mandriva_org>
| |
Summary : Natively copying Perl data structures
|
Description :
Essentially, this module is a very optimized version of the Clone::More manpage. By taking advantage of one of the Clone::More manpage\'s \'OPTIMIZATION_HACKS\' as well as removing all the Pure Perl from the \'More.pm\', I was able to gain a lot of speed out of the module. Essentially, though, the core of the module is exactly as that of the Clone::More manpage.
You will see that by useing the Benchmark::cmpthese manpage, I ran a simple comparison between the Storable::dclone manpage, the Clone::More::clone manpage, and the Clone::Fast::clone manpage. You will (should) begin to see the reason why I loaded this module along side of the Clone::More manpage.
Rate Storable Clone::More Clone::Fast Storable 7552/s -- -39% -59% Clone::More 12400/s 64% -- -33% Clone::Fast 18442/s 144% 49% --
|
RPM found in directory: /vol/rzm6/linux-mandriva/devel/cooker/i586/media/contrib/release |