in reply to does splice'ing an array of hashes free memory?

The documentation for splice indicates that "The array grows or shrinks as necessary." Whether actual memory is freed is another matter. Devel::Size provides functions for determining the memory usage of variables.

-- Ken

  • Comment on Re: does splice'ing an array of hashes free memory?