Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf[venom]: improve OrderedSet operations (#4246)
improve time spent in venom by 25% dict views support set operations, which allows us to loop, using `&=`. since our intersections are typically not between a large number of OrderedSets, this results in faster execution time. references: - https://docs.python.org/3/library/stdtypes.html#dict-views
- Loading branch information