Just a note: On Fri, Apr 23, 2021 at 10:57 AM Mitar <mmitar@xxxxxxxxx> wrote: > First, it is important to note that the JSON I am using contains > primarily random strings as values, so not really something which is > easy to compress. See example at [1]. A fast look at the link. It seems to be long string of random LOWER CASE HEX DIGITS. A simple huffman coder can probably put it in 5 bits per char, and a more sophisticated algorithm can probably approach 4. FOS.