Skip to:
Instances of org.hibernate.cache.spi.CacheKey are a hot allocation point, and each one is currently taking 32 bytes each, we can reduce that to 24 bytes each.
org.hibernate.cache.spi.CacheKey
Note that this will be reverted by HHH-9010. A regression was found – see the discussion on https://github.com/hibernate/hibernate-orm/pull/689
Thanks Sanne!
Instances of
org.hibernate.cache.spi.CacheKey
are a hot allocation point, and each one is currently taking 32 bytes each, we can reduce that to 24 bytes each.