On 3/8/22 5:56 PM, Neville Smythe via use-livecode wrote:
reducing the list to around 20K words evidently removes the issue, which suggests multiple copies of the array are being created somewhere in (Jacque’s original ) search algorithm.
Yeah, I was keeping two copies without realizing it. Once I cleared unused variables I was able to reduce the amount of RAM being used by about 5MB.
-- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
