quarto-dev / quarto-dev/quarto-cli

Lua: Performance and cleanup chores

Open
#6,669 1 comment 1 reaction 1 assignee View on GitHub

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 a flags.lua flag
  • see if we can coalesce passes into combineFilters
  • consider replacing all markdownToInlines calls with string_to_quarto_ast_blocks, which does more work.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.