-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small optimization in check_no_missing_bytecode (#2038)
## Motivation We're currently creating the `required_hashes` `HashSet` just to check if we have any unneeded values ## Proposal If we upgrade it to a `HashMap`, we can reuse it later and avoid having to create the `value_hashes` `HashSet` also, which optimizes things a bit ## Test Plan CI
- Loading branch information
Andre da Silva
authored
May 16, 2024
1 parent
b1935fe
commit 8212607
Showing
1 changed file
with
13 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters