Yann Collet
|
73a6653653
|
ZSTD_splitBlock_4k() uses externally provided workspace
ideally, this workspace would be provided from the ZSTD_CCtx* state
|
2024-10-23 11:50:56 -07:00 |
|
Yann Collet
|
6dc52122e6
|
fixed c90 comment style
|
2024-10-23 11:50:56 -07:00 |
|
Yann Collet
|
8b3887f579
|
fixed kernel build
|
2024-10-23 11:50:56 -07:00 |
|
Yann Collet
|
fa147cbb4d
|
more ZSTD_memset() to apply
|
2024-10-23 11:50:56 -07:00 |
|
Yann Collet
|
6021b6663a
|
minor C++-ism
though I really wonder if this is a property worth maintaining.
|
2024-10-23 11:50:56 -07:00 |
|
Yann Collet
|
e2d7d08888
|
use ZSTD_memset()
for better portability on Linux kernel
|
2024-10-23 11:50:56 -07:00 |
|
Yann Collet
|
586ca96fec
|
do not use new as variable name
|
2024-10-23 11:50:56 -07:00 |
|
Yann Collet
|
9e52789962
|
fixed strict C90 semantic
|
2024-10-23 11:50:56 -07:00 |
|
Yann Collet
|
a5bce4ae84
|
XP: add a pre-splitter
instead of ingesting only full blocks, make an analysis of data, and infer where to split.
|
2024-10-23 11:50:56 -07:00 |
|