Re: [fpc-pascal] Network compression

2017-05-23 Thread Adriaan van Os
Dimitrios Chr. Ioannidis via fpc-pascal wrote: Hi, I need to transfer data which are relative big ( 1,2 GB )using low memory ( 512MB, 1GB RAM ) machines. The fastest compressor to do the job is LZ4 . Regards, Adriaan van Os

Re: [fpc-pascal] Network compression

2017-05-23 Thread Graeme Geldenhuys
On 2017-05-23 09:52, Dimitrios Chr. Ioannidis via fpc-pascal wrote: I've searched but I didn't find any example on how to compress / decompress in blocks . Take a look at how it is done in tiOPF. The unit is pretty stand-alone, so you don’t need to use the rest of tiOPF to make use of this