From 0b73ea593452a71b34a548014c843d96bdb68c88 Mon Sep 17 00:00:00 2001 From: powtrix Date: Mon, 20 Feb 2012 16:40:32 -0600 Subject: misc/par2cmdline-tbb: Added (a multithreaded version of par2cmdline) Signed-off-by: Erik Hanson --- misc/par2cmdline-tbb/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 misc/par2cmdline-tbb/README (limited to 'misc/par2cmdline-tbb/README') diff --git a/misc/par2cmdline-tbb/README b/misc/par2cmdline-tbb/README new file mode 100644 index 000000000000..12cff76cabab --- /dev/null +++ b/misc/par2cmdline-tbb/README @@ -0,0 +1,12 @@ +par2cmdline with Intel Thread Building Blocks 2.0 + +This is a concurrent (multithreaded) version of par2cmdline 0.4, a utility +to create and repair data files using Reed Solomon coding. par2 parity +archives are commonly used on Usenet posting to allow corrupted postings to +be repaired instead of needing the original poster to repost the corrupted +file(s). + +Note: if you have installed the par2cmdline package this one will overwrite +the par2 binary file, so do not install both versions. + +This requires tbb. -- cgit v1.2.3