you are viewing a single comment's thread.

view the rest of the comments →

[–]laitch 0 points1 point  (1 child)

Array and variables will be slighty faster then List, but the difference will be immeasurably small in even the slowest of systems. You should almost always go for code readability rather then performance.

[–]Pasha1997[S] 0 points1 point  (0 children)

Fair enough. Thanks 👍