Skip to content

xiaoming-software/concurrent-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

concurrent-zip

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

如何使用?

压缩:

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

解压:

ConcurrentZip.concurrentGUZip(compressedStr);

About

Concurrent zip big string or uzip(多线程并发压缩解压缩 )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages