Do you think a
cBlockArea:DoWithEveryBlock( -- Code here)function in C++ exported to Lua is faster then
for X=0, BlockAreaWidthX do for Y=0, BlockAreaWidthY do for Z=0, BlockAreaWidthZ do -- Code here end end endin Lua?