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.
From what I'm reading in some places,
HashSetcan be a lot faster thanVecs in certain scenarios, and we should look into replacing time-sensitive parts of the codebase with uses ofHashSetinstead.I'm not entirely sure, but it may solve issues such as #31.