List Commands Library for 50g
|
09-24-2017, 03:03 PM
Post: #157
|
|||
|
|||
RE: List Commands Library for 50g
(09-24-2017 02:50 PM)DavidM Wrote:(09-24-2017 01:43 PM)snrowe Wrote: When researching how to free up memory when manipulating large lists I learned the following. When you extract even one element from a list that has not been stored to a variable it keeps the entire list in memory as long as the extracted element is on the stack. ... Was hoping there might be a way to explode a list into individual elements while destroying the original list so it's not taking up memory while your exploding it. Thanks for the suggestion I had tried NEWOB and this gave the best results, but was still problematic if the NEWOB was a large string since it would have to be recompiled in the original list was still in memory. http://www.hpmuseum.org/forum/thread-7867.html I was wondering if there were tools to work directly on the list in memory opposed to having to copy the list or any of its elements. For instance is it possible to delete the pointer to the list and dump pointers for each element to the stack (essentially destroying the original list object in memory and replacing it with a pointer to each element that gets dumped to the stack.) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 17 Guest(s)