Skip to content

Improvements to the performance of compiled programs

Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 14 May 03:44
· 521 commits to master since this release

This release includes a bunch of changes contributed by bd_ to handle most of the common cases where U# was doing redundant copies on assignment. This improves the performance of some test programs we've tested on by 10-25%. Of course this number will vary based on your use case. In many circumstances these changes also reduce garbage allocations.

  • #18: bd_'s optimizations to copies

Minor bug fixes:

  • 1ac476b: Fix an issue with in place assignment operators on struct arrays
  • bb01bea: Fix issue with array inspector not handling appending UdonSharpBehaviours when one is dragged onto the array.