in reply to Re^8: Faster creation of Arrays in XS?
in thread Faster creation of Arrays in XS?
For me this is also a nice example of using Inline (the first time for me).
YW. Tip. If you keep the number of line preceding the I::C code to 4 (as in my examples), then you'll find that the line numbers produced by the compiler in warnings and errors match those in the .pl file exactly; which is infinitely more convenient than have to backtrack them from generated .c file via the generated .xs file, both of which get stuck away in some obscure directory.
|
|---|