in reply to Re: Randomizing Big Files
in thread Randomizing Big Files
But what we forget is that an Array in Perl is an array of SCALARs, so, we will use much more memory for each position than just 4 bytes. And randomize this array in Perl will copy the array in the memory and use more meory and will be very slow!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Randomizing Big Files
by Anonymous Monk on Jan 28, 2005 at 22:34 UTC |