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

Speedup lookup of known receivers #2735

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

MattHag
Copy link
Collaborator

@MattHag MattHag commented Dec 28, 2024

Refactor get_receiver_info. Replacing data structure of known receivers to avoid for loop, when an efficient dictionary lookup is possible.

Related #2273

@MattHag MattHag force-pushed the speed_up_known_recv_lookup branch from 15e3caf to 2513011 Compare December 28, 2024 23:38
Refactor get_receiver_info. Replacing data structure of known receivers
to avoid for loop, when an efficient dictionary lookup is possible.

Related pwr-Solaar#2273
@MattHag MattHag force-pushed the speed_up_known_recv_lookup branch from 2513011 to d4d5b82 Compare January 1, 2025 16:11
Copy link
Collaborator

@pfps pfps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@pfps pfps merged commit 1a3f4da into pwr-Solaar:master Jan 1, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants