-
Notifications
You must be signed in to change notification settings - Fork 464
Description
Please include this PR in NGO v2.x: “perf: reduce network behavior ILP type resolution time #3227”
Is your feature request related to a problem? Please describe.
In NGO v2.x, the resolution time for Network Behaviour ILP types can become a performance bottleneck during runtime.
Currently, the PR #3227 – “perf: reduce network behavior ILP type resolution time” has been merged only into the NGO v1.x, leaving v2.x users unable to benefit from this important optimization.
As a result, projects relying on the v2.x line continue to experience unnecessary overhead.
Describe the solution you'd like
It would be highly appreciated if the changes from PR #3227 could be backported to the NGO v2.x branch.
Describe alternatives you've considered
- Applying a local patch based on the PR was considered, but it would lead to maintenance difficulties and potential inconsistencies with future updates.
Additional context
- Relevant PR: perf: reduce networkbehaviourilpp type resolution time #3227
- mprovements in ILP type resolution speed are especially beneficial for large-scale projects.
- This optimization is required in production environments, making its inclusion in v2.x highly desirable.