Arrays...?
#1

What is the best way to use arrays?
PVar, Normal Var, Bit Array?
What is the fastest & safe...
I'd like to know what would bring me greater efficiency in general.

Thank you.
Reply
#2

second option. I've personally experienced problems with PVars if used largely .. and PVars are slower.
Reply
#3

It depends what you mean by 'bit array'. Packed strings/arrays tend to generally be more efficient for memory, yet normal strings/arrays/variables tend to be stable, fast and widely used.

PVars are functions which are considerably slower, as they have the overhead of processing as a function. The thing with other types of variables is that they are declared and processed as variables, PVars deal with the overhead of the native function which generally slows down the reaction speed of getting or setting them.
Reply
#4

Thank you guys, it helped me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)