enso/lib/scala/docs-generator
Dmitry Bushev 9397a6ec2f
Pre compute suggestion db during build time (#5698)
Close #5068

Cache suggestions during the `buildEngineDistribution` command, and read them from the disk when the library is loaded. Initial graph coloring takes ~20 seconds vs ~25 seconds on the develop branch.

[peek-develop-branch.webm](https://user-images.githubusercontent.com/357683/223504462-e7d48262-4f5e-4724-b2b0-2cb97fc05140.webm)
[peek-suggestions-branch.webm](https://user-images.githubusercontent.com/357683/223504464-0fe86c04-8c4b-443c-ba96-6c5e2fb1e396.webm)
2023-03-08 12:37:48 +00:00
..
src Pre compute suggestion db during build time (#5698) 2023-03-08 12:37:48 +00:00
README.md Rewrite Docs Generator from Python to Scala (#1729) 2021-05-17 18:44:21 +02:00

Docs Generator

A service generating docs from contents of library, and saving them as .html files in a docs subdirectory.