Help for this page

Select Code to Download


  1. or download this
    $ NUM_THREADS=1  ./rtoa-pgatram-allinone2b t1.txt t1.txt t1.txt t1.txt
    + | cksum
    do_it_all time    :    0.498 secs
    ...
    $ NUM_THREADS=16 ./rtoa-pgatram-allinone2b t1.txt t1.txt t1.txt t1.txt
    + | cksum
    do_it_all time    :    0.096 secs
    737201628 75552000
    
  2. or download this
    $ NUM_THREADS=1  ./rtoa-pgatram-allinone2c t1.txt t1.txt t1.txt t1.txt
    + | cksum
    do_it_all time    :    0.488 secs
    ...
    $ NUM_THREADS=16 ./rtoa-pgatram-allinone2c t1.txt t1.txt t1.txt t1.txt
    + | cksum
    do_it_all time    :    0.065 secs
    737201628 75552000
    
  3. or download this
    // rtoa-pgatram-allinone2c.cpp. Crude allinone version.
    //   based on rtoa-pgatram-allinone2.cpp https://perlmonks.org/?node_i
    +d=11152186
    ...
    
       return 0;
    }