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

SPICE record lookup can be slow #175

Open
dahlend opened this issue Jan 23, 2025 · 0 comments
Open

SPICE record lookup can be slow #175

dahlend opened this issue Jan 23, 2025 · 0 comments
Labels
backend Issue in the rust backend enhancement New feature or request

Comments

@dahlend
Copy link
Collaborator

dahlend commented Jan 23, 2025

Problem

The SPICE SPK and PCKs are recorded in a vector of individual segments. These segments are searched in order. If the segment of interest is further in this vector, then it can cause a significant slowdown when querying.

Possible solution:

  • Lookup table for the indices into this vector
@dahlend dahlend added backend Issue in the rust backend enhancement New feature or request labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issue in the rust backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant