Hi,
I need some advice from those of you that have worked with compression.
I have a file consisting of seven 6 byte strings in a comma seperated text file. The files are approx 6-8 GB each. (all the data in the file is numbers: 6 digit, 6 digit, 6 digit, 6 digit, 3 digit, 3 digit and 3 digit. The 6 digit numbers can be positive and negative. The 3 digit numbers are RGB codes.).
I am going to convert the file so that it consists of 4 longs and 3 bytes. It will be sufficent to store the data. I'll write it to a binary file which should reduce the filesize a bit.
Now for my question:
What would be the best way to compress the file in order to transfer it over the internet? And what kind of ratio should I hope for?
Thank you for taking the time,
Gian
I need some advice from those of you that have worked with compression.
I have a file consisting of seven 6 byte strings in a comma seperated text file. The files are approx 6-8 GB each. (all the data in the file is numbers: 6 digit, 6 digit, 6 digit, 6 digit, 3 digit, 3 digit and 3 digit. The 6 digit numbers can be positive and negative. The 3 digit numbers are RGB codes.).
I am going to convert the file so that it consists of 4 longs and 3 bytes. It will be sufficent to store the data. I'll write it to a binary file which should reduce the filesize a bit.
Now for my question:
What would be the best way to compress the file in order to transfer it over the internet? And what kind of ratio should I hope for?
Thank you for taking the time,
Gian
Comment