I love when you guys talk geek to me. <bats eyes > "Tell me more about my arrays."

https://youtu.be/dEaFFZpfxLU

--
Jacqueline Landman Gay | [email protected]
HyperActive Software | http://www.hyperactivesw.com
On June 24, 2019 9:44:55 PM Mark Wieder via use-livecode <[email protected]> wrote:

On 6/24/19 7:18 PM, Brian Milby via use-livecode wrote:
My guess is that it has to do with the copy on write property of arrays. If you used your method it may force an actual duplication. The existing method just passes a pointer effectively. I could be totally wrong though.

Dunno. Possibly. But passing a pointer and deleting the referenced
object seems dangerous without a lot of overhead of reference counting
and deferred deletion.

--
 Mark Wieder
 [email protected]

_______________________________________________
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




_______________________________________________
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

Reply via email to