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

Initialize (another) Map with correct size in RequestPredicates #32215

Closed

Commits on Feb 7, 2024

  1. Initialize Map with correct size in RequestPredicates

    Fix another instance where a LinkedHashMap was initialized with an initial
    capacity that would always cause a resize / rehash to occur. Switch to
    CollectionUtils.newLinkedHashMap to size the map appropiately for the expected
    number of items.
    kilink committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    47eeae9 View commit details
    Browse the repository at this point in the history