Intel TBB内存分配器的性能?
有一次我在我正在从事的项目(MMORPG 集群、linux 2.6、最近的 gcc、8 核 Intel Xeon)中尝试了 TBB 内存分配器,并对性能较差感到惊讶。有什么理由呢?我预计至少不会有更好的性能(所有核心都已加载并且分配定期发生)。任何人都可以分享自己使用 TBB 的经验,特别是它的内存分配器吗? tnx 等待您的时间
once I tried TBB memory allocator in the project I was working on (MMORPG cluster, linux 2.6, recent gcc, 8 cores Intel Xeon) and was surprised when received worse performance. what can be a reason? I expected at least not better performance (all cores were loaded and allocation happens regularly). can anybody share own experience with TBB at all and its memory allocator in particular? tnx for your time
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能可以在 TBB 论坛 获得最佳答案,他们有极好的支持。
我使用 TBB 已经一年多了,总体来说我对 TBB 及其分配器非常满意。
您将需要提供更多信息,例如用例、数字等...否则无法判断是什么导致了您的问题。
You can probably get the best answers at TBBs forums, they have excellent support.
I have been using TBB for a little over a year and I have been quite satisfied with TBB in general and its allocator.
You will need to provide more information, e.g. use case, numbers etc... otherwise it is impossible to tell what is causing your probelms.