in reply to Re: perl ST sort performance issue for large file?
in thread perl ST sort performance issue for large file?
Just an update on this: As of now I am trying with the sort option as mentioned by salva. for my $key(sort keys %hash) { print FH1_sorting "$key -> $hash{$key}"; } This is working.But the problem here is, it is consuming all of system +s memory 12GB and even after sort, the script is not getting terminat +ed, but shows memory consumption at 99% for an indefinite amount of t +ime. I have not looked at the GRT sort yet. Is there any solution for this memory consumption of 99%? Or should I to concentrate on GRT sort? Please advise
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl ST sort performance issue for large file?
by BrowserUk (Patriarch) on Mar 31, 2012 at 09:47 UTC | |
by rkshyam (Acolyte) on Apr 03, 2012 at 16:15 UTC | |
|
Re^3: perl ST sort performance issue for large file?
by salva (Canon) on Mar 31, 2012 at 10:26 UTC | |
by rkshyam (Acolyte) on Apr 04, 2012 at 10:04 UTC | |
by salva (Canon) on Apr 06, 2012 at 10:42 UTC |