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
By generating runtime type information for scripted classes, then parsing and accessing it as needed, significant numbers of Reflect calls will be avoided, providing major performance improvements on Native platforms.
Would have to test but probably doesn't provide relevant performance improvements on Web.
The text was updated successfully, but these errors were encountered:
https://haxe.org/manual/cr-rtti.html
By generating runtime type information for scripted classes, then parsing and accessing it as needed, significant numbers of
Reflect
calls will be avoided, providing major performance improvements on Native platforms.Would have to test but probably doesn't provide relevant performance improvements on Web.
The text was updated successfully, but these errors were encountered: