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

scipy.ndimage.zoom interpolation is a bottleneck for custom surfaces #6

Open
douglase opened this issue Oct 29, 2017 · 0 comments
Open

Comments

@douglase
Copy link
Owner

Design solution is to use matched surfaces that don't require interpolation, a poppy solution would be to cache the zoomed surfaces and check that they haven't changed (with a hash?).

To speed up the interpolation itself could implement accelerated versions:
https://github.com/EconForge/interpolation.py

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

No branches or pull requests

1 participant