Skip to content

LibtraceTeam/wandio

Repository files navigation

WANDIO 4.2.6

---------------------------------------------------------------------------
Copyright (c) 2007-2022 The University of Waikato, Hamilton, New Zealand.
All rights reserved.

This code was originally developed by the University of Waikato WAND
research group. For further information please see http://www.wand.net.nz/.
---------------------------------------------------------------------------

See INSTALL for instructions on how to install WANDIO.

This directory contains source code for WANDIO, a library for reading from, and
writing to, files. Depending on libraries available at compile time, WANDIO
provides transparent compression/decompression for the following formats:
 - zlib (gzip)
 - bzip2
 - lzo (write-only)
 - lzma
 - zstd
 - lz4
 - Intel QAT (write-only)
 - http (read-only)

WANDIO also improves IO performance by performing compression/decompression in a
separate thread (if pthreads are available).

Documentation for WANDIO and its included tools can be found at
https://github.com/LibtraceTeam/wandio/wiki

Bugs should be reported by either emailing contact@wand.net.nz or filing
an issue at https://github.com/LibtraceTeam/wandio

It is licensed under the Lesser GNU General Public License (LGPL) version 3.
Please see the included files COPYING and COPYING.LESSER for details of this
license.