Parallel bzip2 compression

Contents
[ Hide Show ]

Using several CPU cores

Bzip2 divides data into blocks and compresses them independently. Aspose.ZIP API allows to do it in parallel. The only thing you need to turn it on is set CompressionThreads to more then one.

In the sample all CPU cores are used.

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.