v2.0.0
PlutoStaticHTML v2.0.0
Support parallel building of notebooks. Credits to the Pluto team for getting concurrency to work reliably! The parallel build works reliably in the tests and I've done a few successful runs for my blog, so all looks good. Locally, the running time of my blog with a small dozen posts with plots and Turing.jl went down from 30-40 minutes to 8 minutes. In the GitHub Actions runner the build time for the notebook step went down from approximately 50 to 30 minutes. This can be sped up even more by using runners with more than 2 threads.
Merged pull requests:
- Add
parallel_build!
(#13) (@rikhuijzer) - Avoid spawning separate processes (#14) (@rikhuijzer)
- Let Pluto handle the multithreading (#15) (@rikhuijzer)