Post Reply 
hp48 working with large lists
03-04-2017, 06:10 PM
Post: #1
hp48 working with large lists
Hi is there a way to explode a list such that the original list doesn't stay in memory (none of the elements reference the original list)?

Am looking for a solution that doesn't involve cycling through each element using NEWOB. The problem I have with that approach is I may not have enough memory to create a new object of each element before removing the original list from memory. For example the program below would generate insufficient memory error if any of the elements were bigger than the available memory.

<< DEPTH 1 - -> d
<< LIST-> 1 SWAP
START
DEPTH d - ROLL NEWOB
NEXT >>
>>
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
hp48 working with large lists - snrowe - 03-04-2017 06:10 PM
RE: hp48 working with large lists - Han - 03-04-2017, 11:57 PM
RE: hp48 working with large lists - snrowe - 03-05-2017, 01:39 AM
RE: hp48 working with large lists - Werner - 03-06-2017, 11:10 AM
RE: hp48 working with large lists - snrowe - 03-12-2017, 04:49 PM



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