Rafaël Garcia-Suarez > Runops-Switch-0.04 > Runops::Switch

Download:
Runops-Switch-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.04   Source  

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.