ripple / dactyl

Tools to make enterprise documentation from Markdown sources.
MIT License
69 stars 34 forks source link

Optimize build time #46

Open mDuo13 opened 4 years ago

mDuo13 commented 4 years ago

Building a suite of docs can be pretty time-consuming. For example, building the XRPL dev portal takes ~25 seconds on my (relatively high-spec) desktop. There are probably some redundant steps or something that can be done to optimize the build so it runs a bit faster. Maybe some of it can also be parallelized on multi-core CPUs.

It would also be nice to improve the speed of the link checker, which is also probably something that can be parallelized.