I actually did another test, with getters/setters but the system would run in around 0.3 seconds (instead of 0.05). That is a HUGE difference but could be expected with many additional calls. It seems that public properties seems to be the fastest way.
Merged manually, because I modified other classes to maintain the same property declaration as null, and switched the array to use short array syntax.... thanks for the fix and for the input
I actually did another test, with getters/setters but the system would run in around 0.3 seconds (instead of 0.05). That is a HUGE difference but could be expected with many additional calls. It seems that public properties seems to be the fastest way.