Skip to content

szcompressor/SZp

Repository files navigation

SZp (Also known as fZ-light)

  • Major author and developer: Jiajun Huang
  • Supervisor: Sheng Di

This is the official repository of SZp, an ultra-fast error-bounded lossy compressor. The design and optimizations of SZp are published under the name fZ-light in SC '24.

Installation

Configure and build the SZp:

# Decompress the downloaded files
# Change to the SZp directory and set up the installation directory:
cd SZp
mkdir install

# Run the configuration script:
./autogen.sh
./configure --prefix=$(pwd)/install --enable-openmp

# Compile the SZp using multiple threads:
make -j

# Install the compiled SZp:
make install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published