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(es/minifier): Pre-allocate collections #9289

Merged
merged 23 commits into from
Jul 20, 2024
Merged

Commits on Jul 19, 2024

  1. Dep

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bb00a15 View commit details
    Browse the repository at this point in the history
  2. cargo lockfile

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9e2f8ef View commit details
    Browse the repository at this point in the history
  3. Small optimization

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    be41087 View commit details
    Browse the repository at this point in the history
  4. Add module

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d1b7868 View commit details
    Browse the repository at this point in the history
  5. Optimize IdCollector

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a670035 View commit details
    Browse the repository at this point in the history
  6. Optimize CustomBindingCollector

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3d7f2a2 View commit details
    Browse the repository at this point in the history
  7. --samply

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    70d689f View commit details
    Browse the repository at this point in the history
  8. xtask

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b26400e View commit details
    Browse the repository at this point in the history
  9. samply

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b83ff46 View commit details
    Browse the repository at this point in the history
  10. args

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f499332 View commit details
    Browse the repository at this point in the history
  11. clippy

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d31e4cc View commit details
    Browse the repository at this point in the history
  12. feature

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    039880a View commit details
    Browse the repository at this point in the history
  13. Use swc_allocator

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    113764e View commit details
    Browse the repository at this point in the history
  14. pre-alloc

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d390585 View commit details
    Browse the repository at this point in the history
  15. Use iterator protocol

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    161d94b View commit details
    Browse the repository at this point in the history
  16. Optimize renamer

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6e2683b View commit details
    Browse the repository at this point in the history
  17. end

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    150a51d View commit details
    Browse the repository at this point in the history
  18. Optimize seq_exprs_of

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a76f627 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c0fa535 View commit details
    Browse the repository at this point in the history
  20. reexport

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d3d8645 View commit details
    Browse the repository at this point in the history
  21. Optimize using swc_allocator

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    513f110 View commit details
    Browse the repository at this point in the history
  22. Revert "Optimize using swc_allocator"

    This reverts commit 513f110.
    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    edbaf6b View commit details
    Browse the repository at this point in the history
  23. Doc

    kdy1 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    096399c View commit details
    Browse the repository at this point in the history