quarto-dev / quarto-dev/quarto-cli
Lua: Performance and cleanup chores
Open
Nobody has claimed this yet.
enhancement
lua
performance
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Before we release 1.4, we should do another pass over our filter chain and find wins. The new AST should facilitate that somewhat.
Some specific things:
- do a pass over all of our
Blocks = ...filters to see if we can put them behind aflags.luaflag - see if we can coalesce passes into
combineFilters - consider replacing all
markdownToInlinescalls withstring_to_quarto_ast_blocks, which does more work.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.