Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: sorting very large text files

by almut (Canon)
on Dec 19, 2009 at 01:27 UTC ( [id://813472]=note: print w/replies, xml ) Need Help??


in reply to sorting very large text files

Stick with the system sort. It does what needs to be done to not use too much memory, and this is why it's slow.  The system sort already is optimised C code — don't expect a functionally equivalent Perl solution to be faster for this particular task.

Log In?
Username:
Password:

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

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

    No recent polls found