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

Avoid wasted memory on empty maps and sets #29742

Commits on Dec 26, 2022

  1. Do not waste memory on empty hash maps in annotations

    Vasiliy Kudriavtsev committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    f41d348 View commit details
    Browse the repository at this point in the history
  2. Do not waste memory on empty hash maps in InjectionMetadata

    Vasiliy Kudriavtsev committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    0608bec View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    94f415d View commit details
    Browse the repository at this point in the history
  2. Hash set initial size should be elements number * 4/3 to avoid hash r…

    …esizes
    Vasiliy Kudriavtsev committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    21aeaa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    b344e49 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Replaced Set.of() and Map.of with Collections.emptyXXX

    Vasiliy Kudriavtsev committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f3cd3ed View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. fix code style

    Dunemaster committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    139ca63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb01e5 View commit details
    Browse the repository at this point in the history