adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
844 stars 30 forks source link

Compile pages in parallel #55

Open paulsmith opened 2 years ago

paulsmith commented 2 years ago

Pushup pages don't depend on each other and so are a good candidate for compilation in parallel in separate threads.