search for: 73x

Displaying 1 result from an estimated 1 matches for "73x".

Did you mean: 73
2008 Aug 29
0
Slow perl on CentOS - ActivePerl as a solution
...I found out that one of my perl scripts is heavily affected by the current bug. I was lazy to compile anything and I didn't want to mess up my system doing some experiments, so I tried to install ActivePerl as a temporary solution instead (RPMs are available). ActivePerl 5.8 is approximately 73x faster that CentOS version and ActivePerl 5.10 even slightly faster. Both versions and all installed packages (GUI ppm) work flawlessly and at least for me it is the way how to survive until CentOS 5.3 will be released. [vamo at argon ~]$ cat test.pl #!/usr/bin/perl use overload q(<) => sub...