in reply to How do I pre-allocate an array of hashes?
The alternatives are either rebuild perl with perl's own malloc rather than the system one (as it doesn't have these issues) or find another malloc to link against rather than the one in glibc. (Which is somewhat problematic, but doable)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How do I pre-allocate an array of hashes?
by jaa (Friar) on Feb 24, 2003 at 11:09 UTC | |
by Elian (Parson) on Feb 25, 2003 at 18:36 UTC |