Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: HTML::TableExtract Memory Usage

by Anonymous Monk
on Sep 03, 2010 at 00:49 UTC ( [id://858653]=note: print w/replies, xml ) Need Help??


in reply to Re: HTML::TableExtract Memory Usage
in thread HTML::TableExtract Memory Usage

Just tried all 3 of the above scenarios, but the memory keeps ballooning :/

Replies are listed 'Best First'.
Re^3: HTML::TableExtract Memory Usage
by Anonymous Monk on Sep 03, 2010 at 04:06 UTC
    I was afraid of that. There are too many circular references in that module, ie
    sub _reset_state { my $self = shift; $self->{_cdepth} = -1; $self->{_tablestack} = []; $self->{_tables} = {}; $self->{_ts_sequential} = []; $self->{_counts} = []; $self->{_in_a_table} = 0; } ... grid => [], translation => [], hrow => [], order => [], children => [],
    Would have to break all those circular references in DESTROY, recursively

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://858653]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-24 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found