是否有可用于基准测试的标准图形数据结构?
我正在尝试在 C++ 中的某些图形数据结构中执行一些基准测试 - 我的目标是优化数据布局。
由于数据布局对我的上下文很重要,我想知道是否有任何预定义的标准图形结构,通常用于图形基准测试 - 即用于应变内存系统的标准图形形式。有人遇到过这样的事情吗?
提前致谢。
I am trying to perform some benchmarks in some graph data structures in C++ - my goal is to optimize data layouts.
Since data layouts are important to my context, I was wondering if there is any pre-defined standard graph structure, commonly used for graph benchmarks - i.e., a standard graph form used to strain memory systems. Has someone ever bumped into something like this?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看 Boost 实现: http:// /www.boost.org/doc/libs/1_48_0/libs/graph/doc/index.html
You could take a look at the Boost implementation: http://www.boost.org/doc/libs/1_48_0/libs/graph/doc/index.html