0 Members and 1 Guest are viewing this topic.
Its interesting why Matrixes would be faster than a list, because in calculator memory, a matrix would be stored exactly the same as a list (calculators don't have 2d memory ) so there must be some other thing that is giving the speed difference.
Hmmmm... considering that... Should I hardcode the maps in list and convert it into matrix???Or keep the matrix???
Unless your program instantaneously changes str to mat, I think I'm just gonna have to live with hardcoded matrix :'(
It might be the whole Asm( command issue. Have you guys ever tried ROL3? That should give you an idea of how slow "Asm(" can get when you have many sub-programs and low RAM.
I didn't try the program yet, but I did it myself...