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

Resampling algorithm could be more efficient for large datasets #47

Open
philipstarkey opened this issue Jun 22, 2020 · 1 comment
Open
Labels
enhancement New feature or request performance

Comments

@philipstarkey
Copy link
Member

Right now the resampling algorithm is passed the entire trace for resampling even if it is taking just a subset during the resampling process. We should be able to slice the traces first before passing them in to the algorithm which I think would speed up the resampling algorithm when dealing with traces with a large umber of points (e.g. order 2e6)

@philipstarkey
Copy link
Member Author

Note: I've logged this here, rather than labscript-suite/labscript-c-extensions as I think the slicing can be done in runviewer without needing to change the C extension.

@rpanderson rpanderson added enhancement New feature or request performance labels Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

2 participants