in reply to Re^4: XS: SvPVLV examples?
in thread XS: SvPVLV examples?
my $byte = u8( $mmap, 0x12346789abcd ); ++$byte if cond; u8( $mmap, 0x12346789abcd, $byte * 3 );
If you search PM, you'll find benchmarks between 4-arg and l-lvalue substr. I don't remember how much slower the latter is, but it's quite a bit slower.
|
|---|