improved last literals run on LZ4_compress_destSize
authorYann Collet <cyan@fb.com>
Mon, 28 Sep 2020 18:39:00 +0000 (11:39 -0700)
committerYann Collet <cyan@fb.com>
Mon, 28 Sep 2020 18:39:00 +0000 (11:39 -0700)
commitab89dda91d2c878c1f0638dabacf97b5a68ec361
treea5ab16c82b416faadadb3961ad4cfe51b86bd6a7
parent89736e4e27358ed463c2482553cfae1b1176c797
improved last literals run on LZ4_compress_destSize

applying new more accurate formula from LZ4_compress_HC_destSize()

also : fix some minor display issue in tests/frametest
lib/lz4.c
tests/frametest.c