| Issue Type: |
Improvement |
| Assignee: |
Sanne Grinovero |
| Components: |
hibernate-core |
| Created: |
17/Jan/2023 03:20 AM |
| Environment: |
Since IdentifierType#isEqual is a megamorphic operation, it's worthwhile attempting to avoid the operation when there's good chances that the IDs are actually the same. This is a fairly common operation and has shown beneficial impact on general performance. |
| Fix Versions: |
6.2.0 |
| Labels: |
performance |
| Priority: |
Major |
| Reporter: |
Sanne Grinovero |
|