CPU 缓存感知 C++ /C 编程

发布于 2024-12-12 11:55:56 字数 217 浏览 0 评论 0原文

I was going through Scott Meyer's podcast on CPU CACHES AND WHY YOU CARE It seems this will make code run faster, is there any open source where such coding is done for reference.
Or anybody has example of design of data structures/algorithms based on CPU caches aware

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

听,心雨的声音 2024-12-19 11:55:56

当然,整个 Linux 内核都被实现为缓存感知的。

有关更多详细信息,强烈推荐论文每个程序员都应该了解内存知识

Sure, the entire Linux kernel is implemented to be cache-aware.

For more details there is highly recommended paper What Every Programmer Should Know About Memory.

简单爱 2024-12-19 11:55:56

线性代数对缓存问题很敏感。 BLAS 子例程 允许人们从这些问题中抽象出来

Linear algebra is sensitive to cache problems. The BLAS subroutines allow one to abstract away from these concerns

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文