forked from LibtraceTeam/wandio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (28 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
WANDIO 4.2.4
---------------------------------------------------------------------------
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 [email protected] 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.