in reply to Re^3: Perl Debugger degrades performance when reading large spreadsheet
in thread Perl Debugger degrades performance when reading large spreadsheet
I would do that too if I had any idea what you mean :)
Could you give me an example of what you mean by modifying the callback?
I like the idea of altering DB::sub
Since I have not clue what I'm doing, I tried deleting all the spreadsheet subs using:
The first time I ran after that, it saved me 10 seconds,map {delete $DB::sub{$_}} grep {/spreadsheet/i} keys %DB::sub
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Perl Debugger degrades performance when reading large spreadsheet
by LanX (Saint) on Aug 31, 2021 at 13:32 UTC | |
by boleary (Scribe) on Aug 31, 2021 at 13:57 UTC |