Case study: zlib/fpZip
zlib is an Open Source library that contains
functions for data compression using the algorithm "Deflate"" and for data
decompression using the algorithm "Inflate". For example, these algorithms are used
with GZIP and ZIP files.
In the case study zlib version 1.2.3 was used.
Objectives:
In the case study it was examined, whether the execution speed can be increased
by parallel file processing with the aid of the Fiber Pool I/O Scheduler.
Download of the source code:
The source code is contained in the Fiber Pool API which can be downloaded
here.
The source code can be used under the
GPL license, Version 3.
|