Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lst-data-process-128
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lst
lst-data-process-128
Commits
6dc1cacc
Commit
6dc1cacc
authored
May 18, 2016
by
legoc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments
parent
970aec43
Pipeline
#338
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/lstdpp128/apps/common/IterativeVectorInsert.cpp
src/lstdpp128/apps/common/IterativeVectorInsert.cpp
+4
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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