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
Add optimized updateSingleProject on Metadata (#129585)
For legacy reasons, `Metadata.Builder` contains a map of
`ProjectMetadata.Builder`s instead of a map of `ProjectMetadata`s. While
the plan is still to change that, there is a significant amount of
refactoring that needs to be done before we can make that change.
We have seen regressions in benchmarks due to this extra conversion of
project metadata -> builder -> project metadata. We add a method that
allows updating a single project without having to convert all the
projects to builders first.
0 commit comments