Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: code optimization

by gsiems (Deacon)
on Nov 03, 2011 at 21:00 UTC ( [id://935773]=note: print w/replies, xml ) Need Help??


in reply to code optimization

For a command line version using clac (http://sourceforge.net/projects/clac/), how about:

grep -P "\d\s+\d" test.lst | awk '{print $1 "/" $2}' | clac | sort -n +| head -n 1

Replies are listed 'Best First'.
Re^2: code optimization
by spx2 (Deacon) on Nov 04, 2011 at 10:26 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 12:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found