iOS 中的 STL 性能

发布于 2024-11-05 04:19:41 字数 158 浏览 0 评论 0原文

我非常喜欢 STL,因为它的语法简单且灵活。有时必须使用STL,因为Foundation数组和字典不能包含非对象。所以,我想知道的是:

  • STL在iOS中是否有性能损失?
  • 有人比较过STL容器和相应的基础类之间的性能吗?

谢谢

I really like STL because of its simple syntax and its flexibility. Sometimes usage of STL is a must because Foundation array and dictionary cannot contain non-object. So, what I want to know are:

  • Is there any performance penalty of STL in iOS ?
  • Has anyone compared the performance between STL containers and the corresponding Foundation classes ?

Thanks

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

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

发布评论

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

评论(1

向日葵 2024-11-12 04:19:41

STL 在 iOS 上应该可以很好地工作,并且通常它会比基础类快得多。

STL should work well on iOS, and normally it will be substantially faster than Foundation classes.

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