Portal:Concurrency: Difference between revisions

From Perl Guilds - Getting Medieval with Perl
Jump to navigation Jump to search
(Created page with "This page is related to Perl+OpenMP, but there is much more to concurrency and Perl than just leveraging shared memory parallelism. This portal will cover the rest of the story.")
 
No edit summary
 
Line 1: Line 1:
== Introduction ==
This page is related to [[Portal:Perl+OpenMP|Perl+OpenMP]], but there is much more to concurrency and Perl than just leveraging shared memory parallelism. This portal will cover the rest of the story.
This page is related to [[Portal:Perl+OpenMP|Perl+OpenMP]], but there is much more to concurrency and Perl than just leveraging shared memory parallelism. This portal will cover the rest of the story.
== Perl Modules and Concurrent Runtimes ==
=== MCE - Perl's Multicore Engine ===
See https://metacpan.org/dist/MCE/view/lib/MCE.pod

Latest revision as of 15:47, 23 January 2025

Introduction[edit | edit source]

This page is related to Perl+OpenMP, but there is much more to concurrency and Perl than just leveraging shared memory parallelism. This portal will cover the rest of the story.

Perl Modules and Concurrent Runtimes[edit | edit source]

MCE - Perl's Multicore Engine[edit | edit source]

See https://metacpan.org/dist/MCE/view/lib/MCE.pod