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
Currently, executable JS code that gets generated from AirAssembly source is rather inefficient. One of the biggest issues is constant boxing and un-boxing of complex types (vectors/matrixes). This can be easily addressed by doing un-boxing only once and caching the results. There are probably other ways to improve JS code as well.
The text was updated successfully, but these errors were encountered:
Currently, executable JS code that gets generated from AirAssembly source is rather inefficient. One of the biggest issues is constant boxing and un-boxing of complex types (vectors/matrixes). This can be easily addressed by doing un-boxing only once and caching the results. There are probably other ways to improve JS code as well.
The text was updated successfully, but these errors were encountered: