Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 362 Bytes

File metadata and controls

13 lines (11 loc) · 362 Bytes

concurrent-zip

Concurrent zip big string or uzip( 并发压缩解压大数据文本,只有在2.5MB以上的数据才体现压缩优势! )

如何使用?

压缩:

ConcurrentZip.concurrentGZip(text, threadCount);// text 文本, threadCount 线程数

解压:

ConcurrentZip.concurrentGUZip(compressedStr);