-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Downloads data 'file which contains only 104 size two characters which its ascii 0x00 and 0x01 '
- Run '...' with flags 'without flags'
- Scroll up on the log to '....'
- See error
the error is:
Frames Skips Compressed Uncompressed Ratio Check Filename
1 0 64 B 104 B 1.625 None try78__1_2.zst
literal section compressed to raw
Expected behavior
I expect that the literal section to be compressed by Huffman or FSE.
if I do that handily - I got after decompress and run with log
Frames Skips Compressed Uncompressed Ratio Check Filename
1 0 29 B 104 B 3.586 None try78__1.zst
the file decompressed successfully
I expect to larger compression ration in that case!
- OS: linux
- Version 1.52 latest
- Compiler gcc
- Flags - no flag
- Other relevant hardware specs -not relevant
- Build system -Makefile
The spec is https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.m
try77_1.zst.txt
d
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels