Small optimisation for how LazyAttributeLoadingInterceptor is dealing with lazy fields

Description

The lazyFields field in the interceptor is being wrapped unnecessary in a collection helper, which is making the lookup operations more expensive than what they should be, especially for the particular case of this being an empty set.

By changing approach we can save a bit of memory as well.

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created May 14, 2022 at 5:02 PM
Updated May 16, 2022 at 11:11 AM
Resolved May 16, 2022 at 11:11 AM