Hi
> > "JS" == John Saylor <[EMAIL PROTECTED]> writes:
> JS> I want to use Event.pm to increase performance by doing a
> JS> parallel-ism thing.
> JS> Any suggestions or pointers? If my description is too generic let
> JS> me know and I can add onto it.
( 01.09.25 17:07 -0400 ) Uri
> "JS" == John Saylor <[EMAIL PROTECTED]> writes:
JS> I want to use Event.pm to increase performance by doing a
JS> parallel-ism thing. Basically, rather than run through an array
JS> member by member, I'll split- er splice the array into smaller
JS> arrays and process the smaller arr
Hi
I want to use Event.pm to increase performance by doing a parallel-ism
thing. Basically, rather than run through an array member by member,
I'll split- er splice the array into smaller arrays and process the
smaller arrays all at the same time, each with it's own event handler.
Right now I am