Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: load needed information only during interface inferring #511

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

romm
Copy link
Member

@romm romm commented Mar 30, 2024

This commit changes the way interface inferring is done.

Previously, the whole set of information for all interfaces was loaded everytime the library was used, which could lead to performance issue for no reason.

Now, when an interface must be inferred, only information about this interface will be loaded.

@romm romm force-pushed the fix/interface-inferring-perf-improvement branch from 68d4ec1 to 8c1e31f Compare March 30, 2024 17:24
This commit changes the way interface inferring is done.

Previously, the whole set of information for all interfaces was loaded
everytime the library was used, which could lead to performance issue
for no reason.

Now, when an interface must be inferred, only information about this
interface will be loaded.
@romm romm force-pushed the fix/interface-inferring-perf-improvement branch from 8c1e31f to 8de260e Compare March 30, 2024 17:50
@romm romm merged commit c8e204a into CuyZ:master Mar 30, 2024
11 checks passed
@romm romm deleted the fix/interface-inferring-perf-improvement branch March 30, 2024 17:52
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.

1 participant