Ver Mensaje Individual
  #1  
Antiguo 14-07-2016
Ramsay Ramsay is offline
Miembro
NULL
 
Registrado: ene 2016
Posts: 104
Reputación: 9
Ramsay Va por buen camino
Compresion mas rapida en System.Zip

Hola , necesito comprimir zips lo mas rapido posible ,estas son las compresiones disponibles en System.Zip que es el componente que voy a usar :

Código:
zcStored 	The file is stored without compression.
zcShrunk 	The file is shrunk.
zcReduce1 	The file is reduced with a compression factor of 1.
zcReduce2 	The file is reduced with a compression factor of 2.
zcReduce3 	The file is reduced with a compression factor of 3.
zcReduce4 	The file is reduced with a compression factor of 4.
zcImplode 	The file is imploded.
zcTokenize 	The file is compressed using the Tokenizing compression algorithm.
zcDeflate 	The file is deflated.
zcDeflate64 	The file is deflated in an enhanced way, using Deflate64.
zcPKImplode 	The PKWARE Data compression Library Imploding method is used.
zcBZIP2 	The file is compressed using a BZIP2 algorithm.
zcLZMA 	The file is compressed using a LZMA algorithm.
zcTERSE 	The file is compressed using IBM TERSE compression method
zcLZ77 	The IBM LZ77 z Architecture method is used.
zcWavePack 	The WavePack compression format is used.
zcPPMdI1 	The PPMd version I, Rev 1 method is used.
¿ Cual es la compresion mas rapida ?
Responder Con Cita