哪种线程实践在 90% 的时间里都是好的?
在使用多核线程时,哪些做法在 90% 的时间内都是好的?
就我个人而言,我所做的就是共享不可变类并将数据传递(复制)到队列到目标线程。
What practice or practices are good 90% of the time when working with threading with multiple cores?
Personally all i have done was share immutable classes and pass (copy) data to a queue to the destine thread.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是非常模糊的 - 但有一些我始终遵循的基本规则:
This is very vague - but there are a few basic precepts I'd always follow: