You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .NET runtime performace has been enhanced by adding an Assembly Load cache to JsiiTypeAttributeBase to avoid expensive repeated
use of reflection and file system access.
Compliance tests now share a client to speed up execution and avoid problems with cache usage.
.NET integration tests now hard-reference the .NET runtime project, and has been added to the runtime solution. There is no disadvantage to doing this,
and it makes development easier.
Resolvesaws#304
The .NET runtime is much slower than Java. Investigate possible performance improvements.
The text was updated successfully, but these errors were encountered: