Changes between Version 26 and Version 27 of WikiStart


Ignore:
Timestamp:
06/28/10 07:10:27 (3 years ago)
Author:
faltet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v26 v27  
    3030  * '''Small overhead on non-compressible data''': only a maximum of 16 additional bytes over the source buffer length are needed to compress '''every''' input. 
    3131 
    32   * '''Maximum destination length''': contrarily to many other compressors, both compression and decompression routines have support for maximum size lengths for the destination buffer. So, if the buffer does not have enough capacity for keeping the output of the compress / decompress routines, they will return without any further side-effects. 
     32  * '''Maximum destination length''': contrarily to many other compressors, both compression and decompression routines have support for maximum size lengths for the destination buffer. 
    3333 
    3434When taken together, all these features set Blosc apart from other similar solutions.