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

Re^2: statistics of a large text

by perl_lover_always (Acolyte)
on Feb 08, 2011 at 11:05 UTC ( [id://886922]=note: print w/replies, xml ) Need Help??


in reply to Re: statistics of a large text
in thread statistics of a large text

Hi Is there anyway to skip the sort part! linux sort (with -d and -f) options takes a long time to run! how could I scape that?

Replies are listed 'Best First'.
Re^3: statistics of a large text
by tilly (Archbishop) on Feb 08, 2011 at 15:32 UTC
    No, there isn't. Sorting does the actual work, and therefore takes the bulk of the time. If it is too slow, then it is time for you to look into distributing (and parallelizing) the work with Hadoop.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-03-28 21:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found