tab_i
Fast table opcodes.
Faster than table because it does not allow wrap-around and limit. Has been implemented in order to provide fast access to arrays.
Syntax
Initialization
ifn -- table number
ixmode -- defaults to zero. If zero indx range matches the length of the table; if non zero indx has a 0 to 1 range.
indx -- table index
Performance
indx -- table index.
tab_i opcode is similar to table but is faster, and uses rounding of the index.
See Also
Credits
Written by Gabriel Maldonado.