Does SIMO have a limit of the array size?
- No, there is no limit. You can create as many arrays as you need, and there is no limit on array size whatsoever. However, SIMO may crash when it cannot get enough memory from the operating system, although it rarely happens for average use. If you experience crashing, you may want to refactor your code to use fewer variables.