I've given an input (.bin) file of 32KB. My intention is to compress the the given input file using LZ4_compress_fast(source, destination, source_size, destination_size, acceleration) function. I've passed the arguments to the functions accordingly. Actual Size of the given input data is 32768 bytes. After Compression, I've received Compressed Size of 32898 bytes. The size of the output after compression has been increased. Then I've given this compressed output data of 32898 bytes for Decompression. The Decompression was successful and I've got the the actual data of 32768 bytes.
Why does this data not been compressed and resulted in data increase after compression ?
Why does this data not been compressed and resulted in data increase after compression ?
--
Vous recevez ce message, car vous êtes abonné à un sujet dans le groupe Google Groupes "LZ4c".
Pour vous désabonner de ce sujet, visitez le site https://groups.google.com/d/topic/lz4c/ZUPNH_Yw03A/unsubscribe.
Pour vous désabonner de ce groupe et de tous ses sujets, envoyez un e-mail à l'adresse lz4c+uns...@googlegroups.com.
Cette discussion peut être lue sur le Web à l'adresse https://groups.google.com/d/msgid/lz4c/e2f9ce22-a6cb-4e22-bd04-c43aa669e2a4n%40googlegroups.com.
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes "LZ4c".
Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, envoyez un e-mail à l'adresse lz4c+uns...@googlegroups.com.
Cette discussion peut être lue sur le Web à l'adresse https://groups.google.com/d/msgid/lz4c/1435ee80-97da-427d-b3c4-0e1d3199f37dn%40googlegroups.com.