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.
Benchmarks! (Score:1)
So, how MUCH faster? :)
I/O dispatch is about 130% faster, since you ask. (Score:1)
Sorry, no fancy graphs.
I wrote a deliberately simple program to count select_read() events per second. I ran it five times for each version of POE, averaged the results, and calculated the improvement using (new_rate/old_rate-1). Standard deviation for the sample sets were about 1%, if that matters.
I don't have a methodology to test the mark-and-sweep garbage collection in isolation. Got any ideas?
Reply to This
Parent