Reduce allocation cost of org.hibernate.cache.spi.CacheKey instances

Description

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.

Activity

Show:

Brett Meyer February 28, 2014 at 6:56 PM

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

Brett Meyer February 18, 2014 at 7:43 PM

Thanks Sanne!

Fixed

Details

Assignee

Reporter

Labels

Fix versions

Priority

Created February 12, 2014 at 3:37 PM
Updated May 5, 2022 at 10:47 AM
Resolved May 5, 2022 at 10:47 AM