Release Notes: 0.8.0.25537

From Neos Wiki
Jump to navigation Jump to search

Even faster build of Neos! 0.8.0.25537

Optimizations:

- Reworked sync element change propagation in hierarchy to avoid use events - this has significant memory savings (about 27 % less excluding assets), reducing GC churn and increasing overall performance

- Optimized assigning of references, delegates and links (less allocations and computations/lookups)

- Removed/reduced memory allocations for following parts

-- Emitting particles

-- Updating materials

-- Updating world

-- Updating value streams

-- Updating thumbnails

-- EyeManager

-- Node Inputs/Outputs

-- Enumerating components

-- Getting body node slot

-- Notifying asset references

- Fixed excessive silent exceptions and leaks with logix impulses when joining or loading a world

- Various other small optimizations

Tweaks:

- Circular menu closes after selecting option for some tools (at suggestion from @0utsider )

Bugfixes:

- Fixed ForceLink not working properly

- Fixed ending session disconnect not working properly (taking a few seconds)

Known issues:

- Sometimes shader will refuse to load and stay checkerboard. Shouldn't happen too often to be a big issue, will fix soon.