You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I'm reading in some places, HashSet can be a lot faster than Vecs in certain scenarios, and we should look into replacing time-sensitive parts of the codebase with uses of HashSet instead.
I'm not entirely sure, but it may solve issues such as #31.
The text was updated successfully, but these errors were encountered:
From what I'm reading in some places,
HashSet
can be a lot faster thanVec
s in certain scenarios, and we should look into replacing time-sensitive parts of the codebase with uses ofHashSet
instead.I'm not entirely sure, but it may solve issues such as #31.
The text was updated successfully, but these errors were encountered: