in reply to when to c, when to perl
Be careful with Inline::C, if you have thousand of data Inline::C needs to convert the entire C structure to Perl structure, and this is slow.
I don't test yet, but i think that XS fix that problem :)
So, if Inline::C sometimes seems slow to you, try XS before anything.
|
---|