shulib

Results 12 comments of shulib

example file data (hexdump): 00000000 02 02 02 02 02 02 02 01 02 02 02 02 02 02 02 02 |................| 00000010 01 01 01 02 01 01 01...

[try78__1_2.zip](https://github.com/facebook/zstd/files/9237264/try78__1_2.zip)

this is the dat [try78__1.zip](https://github.com/facebook/zstd/files/9237271/try78__1.zip) a zip results

should I use snzip to compress when window size is greater then 64k (match offset?) how? thanks,

I create the flowing file data to compress: part a: 64k bytes random digits for example:71451745376545378 part b 128k: block of 1 digit part c 64k: I copied part a...

ok, [out.txt](https://github.com/kubo/snzip/files/10406035/out.txt) I took this file and run snzip.exe -t framing2 -k out.txt I translate out.txt.sz to hex format and compared the blocks new line per digit - expected to...

I expect to match snappy sequence in the first sequence of last block match mode: 3 match offset: 192k match length: 0x40 instead of that I get a literal sequence....

see line 00ee80 block starts on byte 7 80 80 04 (part c starts) after that you got: f4 8d 0a 39 30 32 ... it is the same to...