You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: HZG/WPN (Bitbucket: hzgwpn, GitHub: Unknown)
Currently each request to Attribute#getValue creates several 'junk' objects such as temporary Map.Entry instances (ConcurrentNavigableMap creates new objects when is being accessed).
This could be enchanced by usage of not-thread safe implementation of the map (wich returns references instead of objects) and excplicit Read/Write lock (or intrinsic lock) - investigation required.
Originally reported by: HZG/WPN (Bitbucket: hzgwpn, GitHub: Unknown)
Currently each request to Attribute#getValue creates several 'junk' objects such as temporary Map.Entry instances (ConcurrentNavigableMap creates new objects when is being accessed).
This could be enchanced by usage of not-thread safe implementation of the map (wich returns references instead of objects) and excplicit Read/Write lock (or intrinsic lock) - investigation required.
The text was updated successfully, but these errors were encountered: