Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Clone-Fast | Distribution: OpenMandriva Lx |
Version: 0.97 | Vendor: OpenMandriva |
Release: 2 | Build date: Wed Nov 1 16:38:58 2023 |
Group: Development/Perl | Build host: predator-2.openmandriva.org |
Size: 34787 | Source RPM: perl-Clone-Fast-0.97-2.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: https://search.cpan.org/dist/Clone-Fast | |
Summary: Natively copying Perl data structures |
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% --
GPL+ or Artistic
/usr/lib64/perl5/vendor_perl/Clone/Fast.pm /usr/lib64/perl5/vendor_perl/auto/Clone/Fast /usr/lib64/perl5/vendor_perl/auto/Clone/Fast/Fast.so /usr/share/doc/perl-Clone-Fast /usr/share/doc/perl-Clone-Fast/Changes /usr/share/man/man3/Clone::Fast.3pm.zst
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 8 23:03:43 2024