Zstd doesn't always create RLE blocks
Open
- Dominant language
- C
- Stars
- 27.9k
- Forks
- 2.6k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
Description
```
cat <(head -c 1GB /dev/zero) <(echo Hello world) <(head -c 1GB /dev/zero) > file
zstd file
```
There is a small percent of blocks that aren't emitted as RLE blocks, and instead are emitted as a block with a single sequence.
Contributor guide
Assessment
This issue has not been assessed yet.