-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ArC - replace Collections.unmodifiableSet() with JDK immutable set #20353
Conversation
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 419a854
Failures⚙️ Initial JDK 11 Build #- Failing: independent-projects/arc/processor
! Skipped: core/test-extension/deployment devtools/bom-descriptor-json devtools/cli and 404 more 📦 independent-projects/arc/processor✖ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice! I haven't looked much into the new types; do they take less space?
The |
419a854
to
c802ed3
Compare
Thanks Ladislav for an exhaustive description ;-).
Those sets will have a maximum of dozens of elements, but mostly less than ten elements. |
Failing Jobs - Building c802ed3
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
|
This is only the first part of optimizations.