Why pointers are fast

JB sundown at pacifier.com
Mon Oct 24 11:15:08 EDT 2016


To understand why pointers are fast you need to know
a pointer stores the address to a object like a variable
in memory and you need to know what that address is
doing.

Here is another really good lesson on pointers.

http://masters-of-the-void.com

The tutorial is called Masters of the Void and instead
of chapters it uses the word Book.  Look at Book 6
ro learn about memory management and pointers.

JB





More information about the use-livecode mailing list