#2 Address comparison function is inefficient

Closed
opened 5 years ago by Archivist · 0 comments
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
Archivist referenced this issue from a commit 5 years ago
Archivist closed this issue 5 years ago
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.