#2 Address comparison function is inefficient

已关闭
Archivist5 年前创建 · 0 条评论
Archivist 评论于 5 年前
def <=> (other : Address)
    self.to_json<=>other.to_json
end

this function for comparing addresses is extremely subefficient and should be changed

``` def <=> (other : Address) self.to_json<=>other.to_json end ``` this function for comparing addresses is extremely subefficient and should be changed
Archivist5 年前 在代码提交中引用了该工单
Archivist 关闭这个问题 5 年前
登录 并参与到对话中。
未选择标签
未选择里程碑
未指派成员
1 名参与者
通知
到期时间

未设置到期时间。

依赖工单

此工单当前没有任何依赖。

正在加载...
这个人很懒,什么都没留下。