latex pattern for raw table treatment is checked twice in Lua : perf improvement ? #11915
Labels
crossref
enhancement
New feature or request
lua
Issues related to the lua codebase, filter chain, etc
maintenance
performance
tables
Issues with Tables including the gt integration
I just noticed this while reading code.
For raw LaTeX Table, we do process table patterns, only when found
quarto-cli/src/resources/filters/quarto-pre/table-captions.lua
Lines 171 to 181 in b42543e
though we also do the exact same inside the function call
quarto-cli/src/resources/filters/quarto-pre/table-captions.lua
Lines 202 to 221 in b42543e
As those string matching were already a problem related to perf (#9733), maybe this is worth simplifying here to avoid the duplicate treatment
The text was updated successfully, but these errors were encountered: