Update README to point out that you shouldn't use this project in production.
[pxzcat.git] / README
1 Parallel xzcat written for virt-builder.
2
3 ----------------------------------------------------------------------
4
5 PLEASE NOTE that I wrote this code to experiment with parallel lzma.
6 The code here was eventually included in virt-builder, see:
7
8 https://github.com/libguestfs/libguestfs/blob/master/builder/pxzcat-c.c
9
10 If you are interested in a general purpoae parallel xz, then I
11 recommend using the following project instead, which can do both
12 decompression and compression:
13
14 https://github.com/vasi/pixz