From 89da5c478f63b1f37c29be84c5d9dd29747415c7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 12 Dec 2015 12:04:42 +0000 Subject: [PATCH] Update README to point out that you shouldn't use this project in production. --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index b24fd03..b4efec6 100644 --- a/README +++ b/README @@ -1 +1,14 @@ Parallel xzcat written for virt-builder. + +---------------------------------------------------------------------- + +PLEASE NOTE that I wrote this code to experiment with parallel lzma. +The code here was eventually included in virt-builder, see: + +https://github.com/libguestfs/libguestfs/blob/master/builder/pxzcat-c.c + +If you are interested in a general purpoae parallel xz, then I +recommend using the following project instead, which can do both +decompression and compression: + +https://github.com/vasi/pixz -- 1.8.3.1