Skip to content

Faster relink private keys #817

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

Merged
merged 1 commit into from
Aug 4, 2016
Merged

Faster relink private keys #817

merged 1 commit into from
Aug 4, 2016

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Aug 4, 2016

The relinkPrivateKeys step was refactor in 37e291b, to accommodate transform operation they may change the side of array containers.

In doing so, it made the Plots.supplyDefaults step dive into all arrays present in "data" / "layout" - not just array container (e.g. annotations, images, etc as originally intended. My mistake.

- as before 37e291b
- this can lead to significant speed up when
  large data arrays are present
@etpinard etpinard added this to the v1.16.0 milestone Aug 4, 2016
@monfera
Copy link
Contributor

monfera commented Aug 4, 2016

@etpinard looks perfect, speed is back to around 100ms in the benchmark of 1m+1k points addition test.

@etpinard etpinard merged commit 4e66064 into master Aug 4, 2016
@etpinard etpinard deleted the speedup-relink branch August 4, 2016 17:03
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

Successfully merging this pull request may close these issues.

2 participants