This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/33491] New: parallel v3: add some documentation


It would be nice if there was a bit more documentation on parallel mode v3.
This could include some of Johannes' papers summarized here

http://algo2.iti.uni-karlsruhe.de/singler/mcstl/index.php?page=publications

Of even more interest I would find if the following: parallel mode probably
implements a lot of stuff like work stealing, load balancing, etc beyond
what the library part of C++98 specifies that it needs to provide. If 
the respective classes are meant to have stable interfaces then it would
be interesting to document them so that user programs could also use these
interfaces.

Thanks
 Wolfgang


-- 
           Summary: parallel v3: add some documentation
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at dealii dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33491


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]