Skip to content

heavy internal improvements and fixes

Compare
Choose a tag to compare
@ThePhD ThePhD released this 22 Sep 17:04
· 1182 commits to develop since this release

This is a minor version change but has some significant changes that improve the reliability and performance of sol2.

  • This release adds a massive performance boost for usertypes with a large number of members, furthering the actual speed advantage of sol2 (thanks @OrfeasZ!)
  • A number of bugs concerning inheritance and indexing were fixed
  • A stack bug for access of scripts and multiple keys for proxies was fixed
  • New examples were added to the examples directory for common cases (especially the new require example and namespacing example)