Fixed compression
I had used an incorrect option for zlib to compress the data with "sync" which resets the compression engine after each line. Now it compresses the output much smaller. I also added some missing C functions.
I had used an incorrect option for zlib to compress the data with "sync" which resets the compression engine after each line. Now it compresses the output much smaller. I also added some missing C functions.