Closed gitpushoriginmaster closed 1 year ago
The change is halving the amount of used memory. It replaces the usage of a Dict (that was storing each address twice) with a Set, which also uses hash for the quick lookup.
The change is halving the amount of used memory. It replaces the usage of a Dict (that was storing each address twice) with a Set, which also uses hash for the quick lookup.