YoungAndSure opened a new issue #965: bthread支持类似omp的并行计算的方法
URL: https://github.com/apache/incubator-brpc/issues/965
 
 
   **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
   
现在的bthread接口使用时,在需要并行计算的时候,要设置好回调函数、初始化一系列参数、等待回调结束、收集计算结果等,比较繁琐。而在业务代码中使用omp会默认调用pthread,无法继承父bthread的相关属性。
   
   **Describe the solution you'd like (描述你期望的解决方法)**
   
想问下,bthread是否有考虑对omp的支持,或者实现类似omp、tbb的抽象接口,以更好的支持并行计算?或者是否有已知与bthread兼容的库?或者是否有值得研究方向的建议?
   
   **Describe alternatives you've considered (描述你想到的折衷方案)**
   
   
   **Additional context/screenshots (更多上下文/截图)**
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to