This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] parallel mode
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, singler at ira dot uka dot de
- Date: Mon, 17 Sep 2007 02:26:47 +0200 (CEST)
- Subject: Re: [v3] parallel mode
- References: <20070910175607.3e3ddf77@concorde.artheist.org>
On Mon, 10 Sep 2007, Benjamin Kosnik wrote:
> I'm delighted to announce a parallel implementation of many C++
> Standard library algorithms, which been integrated into libstdc++ as
> an experimental mode that will henceforth be known as the libstdc++
> parallel mode. These parallel algorithms use OpenMP as a thread layer,
> and should thus be portable to hardware/os combinations that support
> libgomp.
Cool stuff! And definitely something for the News section on our
main page and gcc-4.3/changes.html on the same. ;-)
Would you mind giving both a try?
Gerald