Hacker News new | ask | show | jobs
by bluedonuts 2718 days ago
I wondered the same, according to the site its not possible to parallelize:

http://www.numberworld.org/y-cruncher/faq.html#distributed

The nth digit type computations are too slow.

1 comments

“There exist algorithms like BBP to directly compute arbitrary binary digits without the memory cost of computing all the digits before it. These are called "digit-extraction" algorithms. However, these algorithms require roughly O(N*log(N)) time to compute a small number of digits at offset N. Using this approach to compute all the digits from 1 to N will result in a quadratic run-time algorithm. This alone makes it unsuitable for large N.”