Re: processing a huge array

2001-09-25 Thread John Saylor
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

Re: processing a huge array

2001-09-25 Thread Uri Guttman
> "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