Parallel composition of ZIP Archives

Overview

Aspose.ZIP API provides an ability to compose ZIP archives. Because the entries of such archive can be compressed independently, it is possible to parallelize archive creation to some degree.

ZIP multithreaded: explanation

Use ParallelOptions to indicate that archive needs to be prepared with several CPU cores.

Setting ParallelCompressInMemory indicates the strategy we choose to multitask. Here are three options:

We encourage you to play with different modes of parallel compression on your typical data to determine what is the best settings in your case.

Sample

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.