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

Eliminate deep copying of batch points #281

Closed
sparrc opened this issue Oct 16, 2015 · 0 comments
Closed

Eliminate deep copying of batch points #281

sparrc opened this issue Oct 16, 2015 · 0 comments

Comments

@sparrc
Copy link
Contributor

sparrc commented Oct 16, 2015

Multiple output sinks each need to be passed the same BatchPoints, which requires us to deepcopy the entire batch for each output, See #250

If we make a lockable wrapper, we can eliminate the deep copying.
#280 should be done before this is worked on.

sparrc added a commit that referenced this issue Oct 20, 2015
sparrc added a commit that referenced this issue Oct 20, 2015
sparrc added a commit that referenced this issue Oct 20, 2015
sparrc added a commit that referenced this issue Oct 20, 2015
sparrc added a commit that referenced this issue Oct 20, 2015
sparrc added a commit that referenced this issue Oct 20, 2015
@sparrc sparrc changed the title Create a lockable wrapper of client.BatchPoints Eliminate deep copying of batch points Oct 20, 2015
sparrc added a commit that referenced this issue Oct 20, 2015
sparrc added a commit that referenced this issue Oct 20, 2015
sparrc added a commit that referenced this issue Oct 20, 2015
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