Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Run ParallelMap, showing a progress monitor
| ResourceFunction["ParallelMapMonitored"][f,list] evaluate ParallelMap[f,list], showing an interactive display of progress. | 
Map f in parallel, monitoring progress:
| In[1]:= | ![ResourceFunction["ParallelMapMonitored"][f, Range[10]]](https://www.wolframcloud.com/obj/resourcesystem/images/a0d/a0d6ab89-4794-4be3-85a6-20bde43d41d7/192eff41267115a9.png) | 
| Out[1]= |  | 
Factor a collection of large integers in parallel, monitoring progress:
| In[2]:= | ![Short@ResourceFunction["ParallelMapMonitored"][FactorInteger, Range[10^50, 10^50 + 100]]](https://www.wolframcloud.com/obj/resourcesystem/images/a0d/a0d6ab89-4794-4be3-85a6-20bde43d41d7/58a6a15a4fbc6caa.png) | 
| Out[2]= |  | 
This work is licensed under a Creative Commons Attribution 4.0 International License