MT-write r80417 (Default branch) |
|
|
MT-write is a binary patch for multi-threaded
writing. It comes in the form of a shared object
that can be preloaded to programs like tar to make
their write operations multi-threaded.
Multi-threaded writing can improve performance on
RAM based filesystems and highly scalable
filesystems with multiple spindles.
License: GNU Lesser General Public License (LGPL)
Changes:
A major change was made to support tar, star,
gtar, cp, and unzip to get ctime and mtime right.
Wrappers have been updated, so that they don't
override predefined settings. Additionally,
support for setting a log file has been added.
|