What parts of Perl are known to be a bit slower or less efficient than others? And what parts of Perl are super fast and should be used more?What a silly question to ask. One doesn't use parts of Perl because they are fast, one uses parts of Perl that solve their problem. It's like taking the train: the most important factor in deciding which train to take isn't the speed of the train, but whether it brings me to where I want to be.
BTW, Perl doesn't have things that are "not fast" for the sake of being "not fast". They may be "not fast" because they do a lot of stuff. It would be silly to avoid them if the stuff they do is what you want to be done.
In reply to Re: Making my Perl program a bit faster
by JavaFan
in thread Making my Perl program a bit faster
by mrguy123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |