Library usage

Each compression method can be used by running the following command:

$ ./app -m COMPRESSION_FUNCTION_NAME -i dataIn -o dataOut

List of available parameters can be obtained by running the following command:

$ ./app -m COMPRESSION_FUNCTION_NAME -p ?

Note: Detailed notes for the compression methods can be found in the following papers:

New compression method

This part contains the main information necessary to implement new compression method. However, some information may not be stated here, so please refer to the following publications:

Adding implementations of new compression methods to the ExCom library is currently not very straightforward. Suppose we want to add new compression method called XYZ. Here is a list of actions that need to be performed.


Created by: Jan Holub
Last updated: Nov 27 2013