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

Commits on Mar 30, 2024

  1. fix: load needed information only during interface inferring

    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 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8de260e View commit details
    Browse the repository at this point in the history