in reply to How to select the code on basis of memory usage and execution time.
Perl shines in many things of which making it the programmer easy isn't the least of things. But they come with a price. Perl does a lot of bookkeeping behind the scenes. Which costs time and memory.
Seriously, if memory usuage and/or CPU usage for trivial code matters to you, use C, not Perl. That's were C shines.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to select the code on basis of memory usage and execution time.
by wol (Hermit) on Nov 05, 2008 at 15:53 UTC |