Skip to content

optimize evdev mappings lookup #4

@nots1dd

Description

@nots1dd

Just creating this issue instead of a direct PR as I am not sure how the contribution guide is for this repo.

The evdev mappings is using match which is not the most optimized way to lookup (BTree is O(logn)) using a HashMap would be better with faster insertion and deletion times (O(1)).

Let me know if I can contribute to this repository!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions