3ebf2ef52f
PR: ports/107062 Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
6 lines
324 B
Text
6 lines
324 B
Text
One of the drawbacks for using Perl's native array is that it is a
|
|
memory-hog. Normally it takes 20 bytes a scalar (16 bytes for scalar +
|
|
overhead). This can be a problem when you need to handle millions of
|
|
numbers in-memory. This module saves memory in exchange for speed.
|
|
|
|
WWW: http://search.cpan.org/dist/Tie-Array-Pack/
|