Skip to content

Create Device Driver detection and cache system. #17

@diamondman

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions