You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Device Driver classes are all loaded at once and matched from a dictionary. This works when there are only a few classes, but will quickly suffer performance and memory issues once that number starts to grow.
Instead, detected driver classes should be cached in a file (maybe json), and the matching of a device to its class should cause the required class to be loaded.
The text was updated successfully, but these errors were encountered:
Currently, Device Driver classes are all loaded at once and matched from a dictionary. This works when there are only a few classes, but will quickly suffer performance and memory issues once that number starts to grow.
Instead, detected driver classes should be cached in a file (maybe json), and the matching of a device to its class should cause the required class to be loaded.
The text was updated successfully, but these errors were encountered: