C Multithread Library – libmt |
To harness the power of modern multi-core computers special algorithms are required. For an easy transition, we provide implementations for standard C functions that are interface-compatible with their serial predecessors but make use of multiple cores.
The C Multithread Library (libmt) currently features two interface-compatible sorting functions for qsort(3) and mergesort(3) from the standard C library (libc).
There currently is a beta release 0.1 available at the libmt sourceforge project site. The libmt library is released under the (new) BSD license.
This document was translated from LATEX by HEVEA.