in reply to Re: Inline::C error.
in thread Inline::C error.

Would you mind commenting why you dropped Inline::C? I'm currently facing a similar dilemma and I feel more like going with XS since Inline::C adds and additional level to the debugging process (reporting errors in the XS file it automatically generates).

Thanks in advance, -gjb-

Replies are listed 'Best First'.
Re: Re: Re: Inline::C error.
by Beatnik (Parson) on Jan 03, 2003 at 23:57 UTC
    Well, Inline is nice (Ingy++ for that one), but it requires the extra overhead when compiling/linking. It seemed a bit silly to me of using Inline::C to eventually generate stuff XS does itself. IIRC I benchmarked it somehow and it appeared that pure XS was still faster than Inline (which kinda makes sense). Inline::C was a bit confusing at the time but the ppl on the mailing list were extremly helpfull :) Guess I just like it the old fashioned waytm

    Greetz
    Beatnik
    ... Quidquid perl dictum sit, altum viditur.