码迷,mamicode.com
首页 > 其他好文 > 详细

std:lower_bound and std::set::lower_bound

时间:2021-05-24 03:15:28      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:red   的区别   ons   blank   between   diff   tween   tac   set   

C++ std::lower_bound and std::set::lower_bound

在set中使用std::lower_bound发现非常耗时,而使用std::set::lower_bound发现速度明显提升。
该文章解释说明了这两个的区别,在set中使用std::set::lower_bound才是最好的选择。

std:lower_bound and std::set::lower_bound

标签:red   的区别   ons   blank   between   diff   tween   tac   set   

原文地址:https://www.cnblogs.com/lemon-jade/p/14748100.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!