NAME
Runops::Switch - Alternate runloop for the perl interpreter
SYNOPSIS
perl -MRunops::Switch foo.pl
DESCRIPTION
This module provides an alternate runops loop. It's based on a large switch statement, instead of function pointer calls like the regular perl one (in run.c in the perl source code.) I wrote it for benchmarking purposes.
AUTHOR
Written by Rafael Garcia-Suarez, based on an idea that Nicholas Clark had while watching a talk by Leopold Toetsch. The thread is here :
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-09/msg00012.html
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.