larsiusprime / polymod

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

[ENHANCEMENT] Reflection caching #129

Open EliteMasterEric opened 2 years ago

EliteMasterEric commented 2 years ago

Querying the list of properties and fields on an object on HXCPP platforms is very expensive, and it could be a moderate performance benefit to cache this information when able.