New Issue: Implement a parallel Chapel pidigits implementation

17441, "bradcray", "Implement a parallel Chapel pidigits implementation", "2021-03-20T00:29:28Z"

Chapel once held the land-speed record for the Computer Language Benchmarks game for pidigits, but has recently fallen behind other implementations. It seems that the current best entry, written in C++, is parallel given its CPU load (100% 100% 98% 100%). This raises the question: What would a port of this approach look like in Chapel, and how competitive would it be?