larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
159 stars 60 forks source link

[ENHANCEMENT] Implement RTTI #146

Open EliteMasterEric opened 1 year ago

EliteMasterEric commented 1 year ago

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.