The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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 :

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.