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