#559 DatabaseResult.cpp and .h GetFieldValueStr(..) is terribly inefficient

已关闭
image1 月之前创建 · 1 条评论
image 评论于 1 月之前

The field_names is an array of pointers, so we have to for-loop o(n) instead of building a map for o(log(n)).

The field_names is an array of pointers, so we have to for-loop o(n) instead of building a map for o(log(n)).
image 评论于 1 月之前
协作者

this was addressed by dc552fc9f6

closing

this was addressed by https://git.eq2emu.com/devn00b/EQ2EMu/commit/dc552fc9f633c98ded0319019bf35eae68bcbd88 closing
image1 月之前 关闭
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。