blob: 4bbf9482aa6ac305da0e95ee2e9ffb20b0036e84 (
plain) (
blame)
1
2
3
4
|
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.
|