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

Fix n-d grid evaluate performance regression #31

Merged
merged 5 commits into from Jul 19, 2020

Conversation

espdev
Copy link
Owner

@espdev espdev commented Jul 19, 2020

Fix #30

Benchmarks (on i7-4500U):

  • 2d: 100x100 -> 3000x3000
    • v1.0.1.dev -- 0.2041 s (3.9x faster)
    • v1.0.0 -- 9.4112 s (11.9x slower)
    • v0.11.0 -- 0.7921 s (baseline)
  • 3d: 50x50x50 -> 250x250x250
    • v1.0.1.dev -- 1.0907 s (3x faster)
    • v1.0.0 -- 54.8015 (18.3x slower)
    • v0.11.0 -- 3.0029 s (baseline)

@espdev espdev merged commit f529be7 into master Jul 19, 2020
@espdev espdev deleted the fix-ndgrid-evaluate-performance-regression branch July 19, 2020 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance regression of evaluating n-d grid splines in v1.0.0
1 participant