Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this is the continuation of #444 and is not ready for merging.
it's rebased on the current master, and I also added a new patch to have no unneeded series objects with single points, but keep points together in series objects.
(bench) results:
new before (master):
=> a bit faster indeed than the previous 'before' (master)
and the only errors in the log are
Got to the end of the write buffer without getting to the last written request.
which is fine (see #444)the batched writes performance is still really bad, comparable to my previous patchset.
(this is just the rebase, without the extra commit that groups points in series objects)
the last commit is not finished yet, i got a panic and couldn't figure it out yet.