bashplotlib
bashplotlib copied to clipboard
Replace downloader.sh with multiprocessing.Pool
Using the multiprocessing.Pool the downloading of the examples/data can get a noticeable speed improvement. I haven't tested it for an exact benchmark but, I ran the two different methods side-by-side and the Pool method was done with downloading and running all the sample tests for at least 5 secs. before downloader.sh was even done downloading.