View Single Post
Old 2005-06-15, 07:11 AM   #1
Jeremy
Remember to rebel against the authorities, kids!
 
Jeremy's Avatar
 
Join Date: Aug 2003
Location: AU
Posts: 406
Very Weird Perl Running Time Difference

Hmmmmmm - now here's an odd one:

I'm running perl 5.8.3 from ActiveState (binary build 809) under WinXP SP2.

One little scriptette I've written chunters through about 11k lines in a text file, searches and removes certain lines and then appends the acceptable lines to a data file with some html coding, so the output file can be used as an html doc in another app.

Now here's the rub....

If I append the acceptable data to file.txt the script takes 1min 40 secs to run.

But if instead I append the data to file.html the script takes 50 mins 28 secs to run.

The file extension is the only difference, but I don't understand why it would have such a drastic impact on the script performance.

Any ideas?
__________________
XXX Porno Hardcore
Jeremy is offline   Reply With Quote