Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hoist a workspace membership check out of a loop
This commit moves a linear scan which happens once-per-each-dependency to an O(1) lookup which happens only once for each package. This removes another 30ms or so from a null build in Servo.
- Loading branch information