Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
Z
zstd
管理
动态
成员
标记
计划
议题
议题看板
里程碑
Wiki
代码
合并请求
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
构建
流水线
作业
流水线计划
产物
部署
发布
Package registry
容器镜像库
模型注册表
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
贡献者分析
CI/CD 分析
仓库分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
显示更多面包屑
Xayah
zstd
提交
c8fd2cf4
未验证
提交
c8fd2cf4
编辑于
5 years ago
作者:
Yann Collet
提交者:
GitHub
5 years ago
浏览文件
操作
下载
差异文件
Merge pull request #1887 from bimbashrestha/doc-fix
Fixing hashLog error 2^26=64Mib
上级
9cf8e67a
b032a6e1
No related branches found
No related tags found
无相关合并请求
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
programs/zstd.1.md
+7
-6
7 个添加, 6 个删除
programs/zstd.1.md
有
7 个添加
和
6 个删除
programs/zstd.1.md
+
7
−
6
浏览文件 @
c8fd2cf4
...
@@ -402,7 +402,7 @@ The list of available _options_:
...
@@ -402,7 +402,7 @@ The list of available _options_:
Bigger hash tables cause less collisions which usually makes compression
Bigger hash tables cause less collisions which usually makes compression
faster, but requires more memory during compression.
faster, but requires more memory during compression.
The minimum _hlog_ is 6 (64 B) and the maximum is
26
(1
28 M
iB).
The minimum _hlog_ is 6 (64 B) and the maximum is
30
(1
G
iB).
-
`chainLog`
=_clog_,
`clog`
=_clog_:
-
`chainLog`
=_clog_,
`clog`
=_clog_:
Specify the maximum number of bits for a hash chain or a binary tree.
Specify the maximum number of bits for a hash chain or a binary tree.
...
@@ -413,7 +413,8 @@ The list of available _options_:
...
@@ -413,7 +413,8 @@ The list of available _options_:
compression.
compression.
This option is ignored for the ZSTD_fast strategy.
This option is ignored for the ZSTD_fast strategy.
The minimum _clog_ is 6 (64 B) and the maximum is 28 (256 MiB).
The minimum _clog_ is 6 (64 B) and the maximum is 29 (524 Mib) on 32-bit platforms
and 30 (1 Gib) on 64-bit platforms.
-
`searchLog`
=_slog_,
`slog`
=_slog_:
-
`searchLog`
=_slog_,
`slog`
=_slog_:
Specify the maximum number of searches in a hash chain or a binary tree
Specify the maximum number of searches in a hash chain or a binary tree
...
@@ -422,7 +423,7 @@ The list of available _options_:
...
@@ -422,7 +423,7 @@ The list of available _options_:
More searches increases the chance to find a match which usually increases
More searches increases the chance to find a match which usually increases
compression ratio but decreases compression speed.
compression ratio but decreases compression speed.
The minimum _slog_ is 1 and the maximum is
26
.
The minimum _slog_ is 1 and the maximum is
'windowLog' - 1
.
-
`minMatch`
=_mml_,
`mml`
=_mml_:
-
`minMatch`
=_mml_,
`mml`
=_mml_:
Specify the minimum searched length of a match in a hash table.
Specify the minimum searched length of a match in a hash table.
...
@@ -447,7 +448,7 @@ The list of available _options_:
...
@@ -447,7 +448,7 @@ The list of available _options_:
For all other strategies, this field has no impact.
For all other strategies, this field has no impact.
The minimum _tlen_ is 0 and the maximum is
999
.
The minimum _tlen_ is 0 and the maximum is
128 Kib
.
-
`overlapLog`
=_ovlog_,
`ovlog`
=_ovlog_:
-
`overlapLog`
=_ovlog_,
`ovlog`
=_ovlog_:
Determine
`overlapSize`
, amount of data reloaded from previous job.
Determine
`overlapSize`
, amount of data reloaded from previous job.
...
@@ -470,7 +471,7 @@ The list of available _options_:
...
@@ -470,7 +471,7 @@ The list of available _options_:
Bigger hash tables usually improve compression ratio at the expense of more
Bigger hash tables usually improve compression ratio at the expense of more
memory during compression and a decrease in compression speed.
memory during compression and a decrease in compression speed.
The minimum _lhlog_ is 6 and the maximum is
26
(default: 20).
The minimum _lhlog_ is 6 and the maximum is
30
(default: 20).
-
`ldmMinMatch`
=_lmml_,
`lmml`
=_lmml_:
-
`ldmMinMatch`
=_lmml_,
`lmml`
=_lmml_:
Specify the minimum searched length of a match for long distance matching.
Specify the minimum searched length of a match for long distance matching.
...
@@ -490,7 +491,7 @@ The list of available _options_:
...
@@ -490,7 +491,7 @@ The list of available _options_:
Larger bucket sizes improve collision resolution but decrease compression
Larger bucket sizes improve collision resolution but decrease compression
speed.
speed.
The minimum _lblog_ is
0
and the maximum is 8 (default: 3).
The minimum _lblog_ is
1
and the maximum is 8 (default: 3).
-
`ldmHashRateLog`
=_lhrlog_,
`lhrlog`
=_lhrlog_:
-
`ldmHashRateLog`
=_lhrlog_,
`lhrlog`
=_lhrlog_:
Specify the frequency of inserting entries into the long distance matching
Specify the frequency of inserting entries into the long distance matching
...
...
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录