in reply to Re: Why so slow when using Perl/Tk?
in thread Why so slow when using Perl/Tk?
In the actual script none of the data is hard coded. All the input gets put into the interface (text boxes, drop downs etc) and then that data is processed and used to populate the hashes/html table/etc.
None of that extra stuff was a major contributor to the speed problem however, so I kept the perl/tk stuff as simple as possible in my example.
If the speed is all just overhead and there's nothing for it than I'll have to start looking at other options. The problem seems to be output related more than anything. It's strange, but I've noticed that if I write the output to a plain text file and just open it with notepad it does seem a bit faster. I may have to settle with that, but I'd lose a lot in the formatting/spacing department.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why so slow when using Perl/Tk?
by ww (Archbishop) on Jul 28, 2009 at 23:12 UTC | |
by RAS230 (Acolyte) on Jul 29, 2009 at 00:05 UTC | |
by Argel (Prior) on Jul 29, 2009 at 00:31 UTC |