Search found 1 match
- Fri Feb 03, 2017 2:58 am
- Forum: Open Source Nagios Projects
- Topic: Major improvement potential in embedded perl
- Replies: 1
- Views: 1553
Major improvement potential in embedded perl
When the major part of the perl script's execution time is in loading modules, the embedded perl interpreter doesn't provide any noticeable performance benefit. I have some scripts that spend 99% of the time in 'use Whatever::Module', and would like to speed them up by loading the needed modules bef...