Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Inline::C's AoA is much bigger than Perl's

by tlm (Prior)
on Mar 16, 2009 at 22:24 UTC ( [id://751048]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    SV *make_aoa_c( int n_rows, int n_cols ) {
      int i, j;
    ...
    
      return newRV( ( SV * ) table );
    }
    
  2. or download this
    % perl test_aoa.pl 1
    1: 78844 (280041 us)
    ...
    8: 78932 (237128 us)
    9: 78940 (237369 us)
    10: 78948 (238528 us)
    
  3. or download this
    Attempt to free unreferenced scalar: SV 0x5b2c620, Perl interpreter: 0
    +x603010 at test_aoa.pl line 22.
    

Log In?
Username:
Password:

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

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

    No recent polls found