in reply to
Enforce Memory Cleanup
undef
ining a hash key will not remove its key,
delete
ing will do that.
Comment on
Re: Enforce Memory Cleanup
Replies are listed 'Best First'.
Re^2: Enforce Memory Cleanup
by
solegaonkar
(Beadle)
on Jun 18, 2014 at 03:37 UTC
Hi delete does clear the memory... but it takes ages to complete - since the code has to look through each key in the hash... We need some faster way to clear the memory
[reply]
In Section
Seekers of Perl Wisdom