Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Schwartzian Transform and memory allocation.

by Abigail-II (Bishop)
on Jun 19, 2002 at 16:40 UTC ( [id://175776]=note: print w/replies, xml ) Need Help??


in reply to Re: Schwartzian Transform and memory allocation.
in thread Schwartzian Transform and memory allocation.

In that case, you could easily save some memory:
@file_data = map { $_ -> [0]} sort { $a -> [1] cmp $b -> [1]} map {[$_ => (split /\|/) [$variable - 1]]} @file_data;
No need to use a 759 41 element arrays if you can do it with just 2 elements!

Abigail

Replies are listed 'Best First'.
Re: Re: Schwartzian Transform and memory allocation.
by ThingFish (Beadle) on Jun 21, 2002 at 16:37 UTC
    Modifying my original code as per Abigail-II's suggestion dropped memory usage an entire meg. Abigail-II++.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://175776]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-03-29 04:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found