摘要: 长度相对固定,浪费不明显的情况下 用定长的字符串 长度不固定,变化区间可能很大 用变长的 性能 考虑预分配一个能包含90%场景的的长度 阅读全文
posted @ 2018-09-18 14:51 友哥 阅读(696) 评论(0) 推荐(0) 编辑
摘要: for (std::list::iterator iterator_condition_columns = \ condition_columns.begin();;){ begin_offset += sprintf(condition_begin_limit_rows + begin_offset, "%s asc", \ ... 阅读全文
posted @ 2018-09-18 11:06 友哥 阅读(289) 评论(0) 推荐(0) 编辑