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