Skip to content

Streamline multiplicative syntax processing calls #7

@dgkf

Description

@dgkf

Currently, there are many functions which follow a similar recursive processing of the syntax tree (nearly identical to Hadley's bquote2 function in Advanced R: Expressions.

Instead of iteratively performing operations across the same datastructure, it would drastically reduce the performance cost of running the static code analysis if all of these operations could be composed into a single operation (or a minimal subset of operations) which can then be lifted over the syntax tree in a minimal set of passes.

This is a long-term goal once the core functionality has stabilized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions