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

已關閉
image1 月之前創建 · 1 條評論
image commented 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 commented 1 月之前
協同者

this was addressed by dc552fc9f6

closing

this was addressed by https://git.eq2emu.com/devn00b/EQ2EMu/commit/dc552fc9f633c98ded0319019bf35eae68bcbd88 closing
image1 月之前 關閉
Sign in to join this conversation.
正在加載...
取消
保存
尚未有任何內容