Release Notes: 0.8.0.7294

From Neos Wiki
Revision as of 22:37, 20 April 2019 by Bombitmanbomb (talk | contribs) (Created page with "Another small update with some fixes and extra optimizations: 0.8.0.7294 =Optimizations:= - Added memory pooling for collection sync elements, decreasing overall memory use a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Another small update with some fixes and extra optimizations: 0.8.0.7294

Optimizations:

- Added memory pooling for collection sync elements, decreasing overall memory use and GC churn

- Fixed some background exceptions causing performance degradation

- Various small optimizations

Bugfixes:

- Fixed IndexOfString throwing exceptions when the input string is null

- Fixed GetChildByName throwing exception when a child name in the hierarchy is null or when the input string is null (discovered by @Business Lawyer )