Compression algorithm for IEEE-754 data
- by David Taylor
Anyone have a recommendation on a good compression algorithm that works well with double precision floating point values? We have found that the binary representation of floating point values results in very poor compression rates with common compression programs (e.g. Zip, RAR, 7-Zip etc).
The data we need to compress is a one dimensional array…