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

Re^6: code optimization

by BrowserUk (Patriarch)
on Nov 04, 2011 at 14:31 UTC ( [id://935947]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
        }
    
    }
    
  2. or download this
    C:\test>muldiv-b 1
    1000000000 integer divisions: Took 3432 ticks
    
    C:\test>muldiv-b
    1000000000 integer multiplications: Took 2917 ticks
    
  3. or download this
    C:\test>muldiv-b
    1000000000 integer multiplications: Took 3011 ticks
    
    C:\test>muldiv-b 1
    1000000000 integer divisions: Took 20764 ticks
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found