FastPFor icon indicating copy to clipboard operation
FastPFor copied to clipboard

Looking for software for delta compression

Open christophgil opened this issue 1 year ago • 1 comments

Hi Lemire,

I found your software when searching for a solution regarding large binary data.

We are using files with an unpublished proprietory file format. With hexdump I noticed that it belongs of long data blocks which could efficiently compressed with delta-compression techniques. It is 4 bytes each. Longs or floats (mantissa+exp) I do not know yet.

Do you know of a compression programs that could compress such file. It would need to identify these block positions automatically. Could this be done with FastPFor?

Many thanks

Christoph

christophgil avatar Jun 03 '23 18:06 christophgil

We do have delta compression routines in FastPFor, yes.

lemire avatar Jun 05 '23 15:06 lemire