Optimization: Array vs. Array List

Byak@

Active Member
Licensed User
in my code i'm store some (~50) data and i must get(read) and set(change) it (all data every time) witn interval ~60ms
what collector for this "problem" will be best?
 

Byak@

Active Member
Licensed User
Thanks.
the code of sub, manipulated with data so very large and manipulate with many objects also.create a test sample for this is not easy))
i think somebody (Agraham for example =)) already know about it.
 
Top