Release Notes: 0.8.0.7294

From Neos Wiki
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 )