@a=@b; # the array will be twice in memory $a=\@b; # the array is once in memory [download]
In reply to Re: Improving memory performance by mce in thread Improving memory performance by ezekiel