thautwarm / Traffy.UnityPython

An efficient Python implementation in C#, running on every platform via Unity IL2CPP.
MIT License
44 stars 0 forks source link

future performance speedup #40

Open thautwarm opened 2 years ago

thautwarm commented 2 years ago

ref: https://www.jacksondunstan.com/articles/3916

thautwarm commented 2 years ago

P.S: removing static fields that are used as mutable collections can simplify the implementation of hot reloading.

thautwarm commented 2 years ago

and hot reloading is the key reason for why UnityPython is superior than the existing approaches to cross-platform development.