Skip to content

add a performance test for syntax tree diffing #459

Description

@heejaechang

syntax tree diffing is used in many places in IDE. even for things like VB auto commit which will run on UI thread.(but cancellable)

like incremental parsing perf test in compiler perf test, we should have tree diffing perf tests for unrelated tree (no green node sharing) and related tree (green node sharing most likely due to incremental parsing)

...

also, we have 2 different diffing mechanism. one for most of IDE uses (fast but less accurate by using green node comparison) and more accurate one (but uses red node) used by Enc.

it would be nice if we have perf tests for both of cases since it is used heavily by IDE.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-IDEFeature RequestTenet-PerformanceRegression in measured performance of the product from goals.help wantedThe issue is "up for grabs" - add a comment if you are interested in working on it

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions