Changes between Version 42 and Version 43 of SoC2014


Ignore:
Timestamp:
Feb 17, 2014, 7:14:31 AM (9 years ago)
Author:
viboes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2014

    v42 v43  
    145145Make use of invocation_traits (see[3] in Boost.Thread to make it possible an More perfect forwarding in functions as  boost::thread construction,  boost::async, boost::future:then().
    146146
     147This has already been fully implemented by Agustin Berge as part of HPX [4]:
     148
    147149This project could be mentored by Vicente J. Botet Escriba
    148150
     
    152154
    153155[3] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3866.html
     156
     157[4] https://github.com/STEllAR-GROUP/hpx/blob/master/hpx/util/invoke.hpp.
    154158
    155159
     
    185189[3] present a clear survey on the problem domain.
    186190
     191HPX (see [4]) contains several work-stealing implementations.
     192
     193
    187194[1] https://github.com/boostorg/thread/tree/develop/include/boost/thread/executors
    188195
     
    190197
    191198[3] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3872.pdf
     199
     200[4] https://github.com/STEllAR-GROUP/hpx
    192201
    193202This project could be mentored by Vicente J. Botet Escriba and possibly Hartmut Kaiser.