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

Create Device Driver detection and cache system. #17

Open
diamondman opened this issue Sep 26, 2016 · 0 comments
Open

Create Device Driver detection and cache system. #17

diamondman opened this issue Sep 26, 2016 · 0 comments

Comments

@diamondman
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant