Help for this page

Select Code to Download


  1. or download this
    use strict;
    use threads;
    ...
        Math::BigInt->bfac($number);
    }
    
  2. or download this
    use strict;
    use MCE::Flow;
    ...
        Math::BigInt->bfac($number);
    }
    
  3. or download this
    MCE::Flow::init {
       chunk_size => 1,
    ...
    
    mce_flow_s \&process, 1, 1000;