-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Comments
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 16, 2015
sparrc
added a commit
that referenced
this issue
Oct 17, 2015
sparrc
added a commit
that referenced
this issue
Oct 20, 2015
sparrc
added a commit
that referenced
this issue
Oct 20, 2015
sparrc
changed the title
Create a lockable wrapper of client.BatchPoints
Eliminate deep copying of batch points
Oct 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: