X Tutup
Skip to content

Change merging of ProtoViews to be O(N) instead of O(N*DEPTH) #3150

@tbosch

Description

@tbosch

The way we are merging proto views right now is an algorithm that merges bottom up for every components. This makes the overall runtime O(N*DEPTH) per component.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup