NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Table of Contents? (Score:1)
Benchmarks using this method? (Score:1)
function calls are already pretty expensive, but depending on how you are implementing this I imagine it could result in a lot more of them. Would this be correct?
Re:Benchmarks using this method? (Score:1)
You are correct. It's as fast as it can be without a source filter and without using XS (though I can already think of a way to make it faster with XS).
Reply to This
Parent