Post Reply 
Can these implementation limits be improved?
09-09-2019, 09:58 PM (This post was last modified: 10-02-2019 12:52 PM by StephenG1CMZ.)
Post: #1
Can these implementation limits be improved?
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

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)