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

Improve minChunkSize algorithm #4723

Merged
merged 14 commits into from Feb 3, 2023
Merged

Improve minChunkSize algorithm #4723

merged 14 commits into from Feb 3, 2023

Commits on Feb 3, 2023

  1. Slightly simplify graph analysis

    Also generates dynamicImportsByEntry that will help us to track already loaded
    modules more efficiently.
    lukastaegert committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    aba7a24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f9e27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e3a19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aec544a View commit details
    Browse the repository at this point in the history
  5. Add test for cycle prevention

    We probably need complete transitive dependency maps
    to continue here
    lukastaegert committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7abe04d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e553364 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13c34ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3e4acb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3981c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03f16c6 View commit details
    Browse the repository at this point in the history
  11. Add logging

    lukastaegert committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a1da223 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1c586f View commit details
    Browse the repository at this point in the history
  13. Remove logging

    lukastaegert committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    56f717b View commit details
    Browse the repository at this point in the history
  14. Improve coverage

    lukastaegert committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5a7cb45 View commit details
    Browse the repository at this point in the history