in reply to
Re: Techniques On Saving Memory
in thread
Techniques On Saving Memory
Instead of
Devel::Pointer
, see
Devel::Pointer::PP
which is pure-perl (with the assistance of
B
) instead of being XS. Its also slightly safer.
Comment on
Re^2: Techniques On Saving Memory
In Section
Seekers of Perl Wisdom