C#C
C#2y ago
ikalou.

Compression with real time compressed size estimation

Hi all. Is there a something I can use to compress a stream of data while getting a good estimate of the compressed size as I feed data into it? I doesn't have to be state of the art. I was thinking of maybe using something very simple like LZW but there aren't many good libraries or resources for it as it's not very popular nowadays.
Was this page helpful?