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

Re^2: Memory Efficient Sparse Matrix Handling

by assemble (Friar)
on Jan 26, 2009 at 16:06 UTC ( [id://738970]=note: print w/replies, xml ) Need Help??


in reply to Re: Memory Efficient Sparse Matrix Handling
in thread Memory Efficient Sparse Matrix Handling

I personally use Inline::C when I need faster Perl. It runs fine and I haven't had any problems with it. Recently, I converted my Perl Mandelbrot program from doing the math in Perl to doing the math in C and cut the runtime from 3-5 minutes per run to about 20-30 seconds.

The point is, I can vouch that Inline::C works, and it works well.

  • Comment on Re^2: Memory Efficient Sparse Matrix Handling

Log In?
Username:
Password:

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

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

    No recent polls found