robinmetral / brut

brut as in béton brut (early alpha, probably don't use it)
https://brut.pages.dev/
5 stars 0 forks source link

Parallelize page builds #13

Closed robinmetral closed 2 years ago

robinmetral commented 2 years ago

Currently, using for await ... of with klaw builds pages sequentially. This should be parallelized for better build performance

robinmetral commented 2 years ago

Using the built-in Node.js fs in klaw's fs option would also improve performance since it avoids having to load graceful-fs

https://github.com/jprichardson/node-klaw/issues/20