http://qs321.pair.com?node_id=1151247


in reply to Re: Perl 6.0.0 is out - merry X-mas!
in thread Perl 6.0.0 is out - merry X-mas!

I am not CSV user, but - if anyone says me that Inline::C does not give you enough performance - then there is something wrong with implementation.

How come some XS module utilizes Inline::C?? When you're using XS - you already at C level. What a design requires you to use Inline::C

Therefore your sentence about performance is not convincing, and even - other way round - I now suspect there's something hidden in calculation here.

Replies are listed 'Best First'.
Re^3: Perl 6.0.0 is out - merry X-mas!
by Anonymous Monk on Dec 28, 2015 at 10:24 UTC

    Therefore your sentence about performance is not convincing, and even - other way round - I now suspect there's something hidden in calculation here.

    perl6 module Inline::Perl5 which (using perl6 module NativeCall) loads perl5 interpreter which then loads perl5 module Text::CSV_XS ...

    This includes at least four levels of indirection, none of which includes perl5 module Inline::C

      ok, /me wrong: it was Inline::Perl, ok then...