Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive markdown generation #3130

Open
lukaszcz opened this issue Oct 28, 2024 · 0 comments
Open

Recursive markdown generation #3130

lukaszcz opened this issue Oct 28, 2024 · 0 comments
Milestone

Comments

@lukaszcz
Copy link
Collaborator

The juvix markdown command should recursively generate markdown files for the whole project, analogously to how this is done for HTML generation. Even without parallelism, this would speed up markdown generation significantly, bringing the generation time down to acceptable levels. The main time-waster is the repeated loading/compiling of the standard library, which would happen only once with recursive generation.

@lukaszcz lukaszcz added this to the 0.6.8 milestone Oct 28, 2024
@paulcadman paulcadman modified the milestones: 0.6.8, 0.6.9 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants