STL容器性能概述

发布于 2024-12-10 20:01:56 字数 616 浏览 0 评论 0 原文

可能的重复:
标准容器的复杂性保证是什么?

从我昨天的问题的答案std::queue; >::size() 的 O(n) 时间很慢? 我了解到我对 STL 容器性能特征的假设并不总是正确的。是时候学习了!

您是否知道任何“备忘单”,例如有关常见 STL(也许还有 Boost)容器的概述,例如 vectorlistdeque、< code>map、hash_map/unordered_map 等关于插入、删除、size() 等操作的性能特征(如标准所示)。 ?

Possible Duplicate:
What are the Complexity guarantees of the standard containers?

From the answers to my yesterday's question std::queue<T, list<T> >::size() is slow in O(n)? I learned that my assumptions on STL container performance characteristics are not always right. Time to learn!

Do you know about any "cheat sheet" like overview about common STL (and maybe also Boost) containers like vector, list, deque, map, hash_map/unordered_map etc. regarding the performance characteristics (as indicated by the standard) for operations like insertion, deletion, size() etc.?

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

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

发布评论

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

评论(1

单身狗的梦 2024-12-17 20:01:56

此处

There is a nice chart which compares performances of all standard library containers here.

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