MT-write r80423 (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:
This release adds a man page and support for in-memory logging. It fixes possible dropping of fd/name pairing and other minor bugs.
|