Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(ngcc): only create tasks for non-processed formats (#35719) #35832

Closed
wants to merge 2 commits into from
Closed

perf(ngcc): only create tasks for non-processed formats (#35719) #35832

wants to merge 2 commits into from

Commits on Mar 3, 2020

  1. perf(ngcc): spawn workers lazily (#35719)

    With this change we spawn workers lazily based on the amount of work that needs to be done.
    
    Before this change we spawned the maximum of workers possible. However, in some cases there are less tasks than the max number of workers which resulted in created unnecessary workers
    
    Reference: #35717
    
    PR Close #35719
    alan-agius4 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    aaa2fd7 View commit details
    Browse the repository at this point in the history
  2. perf(ngcc): only create tasks for non-processed formats (#35719)

    Change the behaviour in `analyzeEntryPoints` to only create tasks for non-processed formats.
    
    PR Close #35719
    alan-agius4 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    476b6ac View commit details
    Browse the repository at this point in the history