Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zstd
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
yocto-mirrors
zstd
Commits
4f63cb97
Unverified
Commit
4f63cb97
authored
3 years ago
by
Yann Collet
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2960 from fwessels/patch-1
Fix mini typo
parents
0e83d152
7ee35bad
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/streaming_compression_thread_pool.c
+1
-1
1 addition, 1 deletion
examples/streaming_compression_thread_pool.c
with
1 addition
and
1 deletion
examples/streaming_compression_thread_pool.c
+
1
−
1
View file @
4f63cb97
...
...
@@ -60,7 +60,7 @@ static void *compressFile_orDie(void *data)
CHECK_ZSTD
(
ZSTD_CCtx_setParameter
(
cctx
,
ZSTD_c_checksumFlag
,
1
)
);
ZSTD_CCtx_setParameter
(
cctx
,
ZSTD_c_nbWorkers
,
nbThreads
);
/* This loop read from the input file, compresses that entire chunk,
/* This loop read
s
from the input file, compresses that entire chunk,
* and writes all output produced to the output file.
*/
size_t
const
toRead
=
buffInSize
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment