HP Forums
Can these implementation limits be improved? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Can these implementation limits be improved? (/thread-13621.html)



Can these implementation limits be improved? - StephenG1CMZ - 09-09-2019 09:58 PM

Now that the Prime G2 is becoming more widely available, with 8 times more Ram, perhaps some of the implementation limits can be improved?
https://www.hpmuseum.org/forum/thread-13620.html

In particular, there is currently a mismatch between
-the size of lists (10 000) and
-the size of vectors : (20 000-1).
This results in vector operations that are implemented using mat2list crashing (on the Android) if vectors exceed 10 000 elements.
If the same limit were applied to both, the crash would be avoided (alternatively, lots of size checks could be avoided) .
For example, the ISMAX procedure here: https://www.hpmuseum.org/forum/thread-13613.html