Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lst
lst-data-process-128
Commits
6dc1cacc
Commit
6dc1cacc
authored
May 18, 2016
by
legoc
Browse files
comments
parent
970aec43
Pipeline
#338
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lstdpp128/apps/common/IterativeVectorInsert.cpp
View file @
6dc1cacc
...
...
@@ -76,7 +76,10 @@ int main(int argc, char * argv[]) {
// Initialize the Insert processor.
algorithm
.
processor
().
init
();
// Create the event array with a size (the size is not necessarily twice the size of the read buffer).
// Create the event array with the size blockSize.
// The size is important since it determines the number of events that can be handled "together".
// It is important when events are not ordered and when events are dispersed.
// The more the size is big, the more events should not be rejected.
EventArray
events
(
blockSize
);
// Measure the time for processing.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment