inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
885 stars 179 forks source link

A bit more for "known issues" of various compressors - yappy. #17

Closed xcrh closed 8 years ago

xcrh commented 8 years ago

I've noticed yappy gives decompression error if I build it on ARM board. Decompression test fails, lzbench reports ERROR. Works fine on x86-64 though. I guess it can look like this:

diff --git a/README.md b/README.md
index a9bd5c2..8402aad 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ ucl 1.03
 wflz 2015-09-16 (WARNING: it can throw SEGFAULT compiled with gcc 4.9+ -O3)
 xz 5.2.2
 yalz77 2015-09-19
-yappy 2014-03-22
+yappy 2014-03-22 (WARNING: fails to decompress properly on ARM)
 zlib 1.2.8
 zling 2015-09-15
 zstd v0.4.1
inikep commented 8 years ago

Done, thanks for info.