Changes between Version 26 and Version 27 of WikiStart
- Timestamp:
- 06/28/10 07:10:27 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v26 v27 30 30 * '''Small overhead on non-compressible data''': only a maximum of 16 additional bytes over the source buffer length are needed to compress '''every''' input. 31 31 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. 33 33 34 34 When taken together, all these features set Blosc apart from other similar solutions.
![(please configure the [header_logo] section in trac.ini)](/images/blosc-logo-small.png)