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
{{ message }}
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
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.