Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: Inline::C on Windows: how to improve performance of compiled code?

by vr (Curate)
on Jun 16, 2018 at 10:34 UTC ( [id://1216775]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -MTime::HiRes=time -MHash::Util=hv_store -wE"%h=();$t=time;hv_st
    +ore(%h,'foo',42) for 1..1e8;say time-$t"
    10.8255708217621
    ...
    10.5545630455017
    $ perl -MTime::HiRes=time -MArray::RefElem=hv_store -wE'%h=();$t=time;
    +hv_store(%h,"foo",42) for 1..1e8;say time-$t'
    12.1946179866791
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-23 22:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found