ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
208 stars 26 forks source link

Optimise all the things #91

Closed TrueCP6 closed 4 years ago

TrueCP6 commented 4 years ago

Thanks to @Zezombye for a lot of the optimisations.

To do:

Stuff that could be done but would be a pain and wouldn't be that useful:

Zezombye commented 4 years ago

Careful though :

TrueCP6 commented 4 years ago

Does the short-circuiting only happen with number constants or can it happen with a variable or other elements?

Zezombye commented 4 years ago

Everything, like in JS.

TrueCP6 commented 4 years ago

Ready for review