diff options
author | powtrix <powtrix@gmail.com> | 2012-02-20 16:40:32 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-03-29 10:16:24 -0500 |
commit | 0b73ea593452a71b34a548014c843d96bdb68c88 (patch) | |
tree | 1bacf262a30871eea44649d74f95163ed8b226ce /misc/par2cmdline-tbb/README | |
parent | e6f1ecf787fcc2e266db623f829e67f3295510af (diff) |
misc/par2cmdline-tbb: Added (a multithreaded version of par2cmdline)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/par2cmdline-tbb/README')
-rw-r--r-- | misc/par2cmdline-tbb/README | 12 |
1 files changed, 12 insertions, 0 deletions
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. |