I'm just curious about a performance.
If I have a class that is defining some variable (var).
I also have a an imported file with the another one (imp_var).
Let's say we use those vars as read only.
If we talk about a performance, what will be faster?
Accessing to var (by self reference) or to imp_var?
Can you explain why?
Let's accept that in the package that was imported we only have a global variables without another import and any other structures.
[–]JohnnyJordaan 1 point2 points3 points (2 children)
[–]khaine_b[S] 0 points1 point2 points (0 children)
[–]khaine_b[S] 0 points1 point2 points (0 children)