-
-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
name_to_api_type_info is a LazyFrozenDict again
not being lazy caused a measureable slowdown (1.022 s ± 0.054 s -> 3.184 s ± 0.071 s) in unrelated help goals (`pants help backends`) turning it lazy basically negates that (1.037 s ± 0.090 s) more performance gains could be realised by converting from attributes which are lazy but eagerly materialised to properties which are lazily materialised. That would require more rework
- Loading branch information
Showing
1 changed file
with
30 additions
and
21 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