Skip to content

Create Device Driver detection and cache system. #17

Description

@diamondman

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions