HP Forums

Full Version: Can these implementation limits be improved?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Reference URL's