in reply to Re: Memory efficient way to deal with really large arrays?
in thread Memory efficient way to deal with really large arrays?
My impression is that Judy arrays are about addressing speed rather than space concerns with an emphasis on cache coherency as an optimisation technique. Probably not really applicable in a Perl context.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Memory efficient way to deal with really large arrays?
by LanX (Saint) on Dec 13, 2020 at 12:28 UTC |