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

Use ConcurrentHashMap.newKeySet where feasible #32294

Closed

Commits on Feb 19, 2024

  1. Use ConcurrentHashMap.newKeySet

    In places where a ConcurrentHashMap was used as a set by wrapping it with Collections.newSetFromMap,
    switch to just using the set returned by ConcurrentHashMap.newKeySet directly.
    kilink committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1798e2f View commit details
    Browse the repository at this point in the history