Skip to content

522 remove unnecessary inheritence calls for speed up - #523

Merged
FJanssen-TNO merged 4 commits into
mainfrom
522-remove-unnecessary-inheritence-calls-for-speed-up
Aug 18, 2026
Merged

522 remove unnecessary inheritence calls for speed up#523
FJanssen-TNO merged 4 commits into
mainfrom
522-remove-unnecessary-inheritence-calls-for-speed-up

Conversation

@FJanssen-TNO

@FJanssen-TNO FJanssen-TNO commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Instead of running the whole inheritence tree for every parameter and bound, this is only called once at the start of a method, thereby the inheritence tree no longer is run for example for every pipe or every constraint.

@FJanssen-TNO FJanssen-TNO linked an issue Aug 5, 2026 that may be closed by this pull request
@KobusVanRooyen

Copy link
Copy Markdown
Collaborator

@FJanssen-TNO review completed

@FJanssen-TNO
FJanssen-TNO merged commit 51fa003 into main Aug 18, 2026
6 checks passed
@FJanssen-TNO
FJanssen-TNO deleted the 522-remove-unnecessary-inheritence-calls-for-speed-up branch August 18, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove unnecessary inheritence calls for speed up

2 participants