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

Add search option for relating message id to route #930

Open
skliper opened this issue Sep 30, 2020 · 0 comments
Open

Add search option for relating message id to route #930

skliper opened this issue Sep 30, 2020 · 0 comments

Comments

@skliper
Copy link
Contributor

skliper commented Sep 30, 2020

Is your feature request related to a problem? Please describe.
Core implementation is message id == message key, leading to a large, sparse message table to get the route index.

Describe the solution you'd like
Eliminate message table. Order routing table by ID and binary search, or other search options (optimal solution may depend on configured sizes such as number of supported message IDs and number of supported routes).

Describe alternatives you've considered
See also #929, hash.

Additional context
Allowed by #928

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added enhancement Priority: Mission Feature or bug related to stakeholder needs labels Sep 30, 2020
@skliper skliper added this to the 7.0.0 milestone Sep 30, 2020
@skliper skliper assigned ghost Sep 30, 2020
@skliper skliper changed the title Add message id binary search of routing table option Add search option for relating message id to route Oct 5, 2020
@skliper skliper removed the Priority: Mission Feature or bug related to stakeholder needs label Oct 28, 2020
@skliper skliper removed this from the 7.0.0 milestone Oct 28, 2020
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