Why pointers are fast

2016-10-24 Thread JB
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

Re: Why pointers are fast

2016-10-24 Thread Bob Sneidar
Nice resource. I'm going to go through that just fir kicks and grins. Bob S > On Oct 24, 2016, at 08:15 , JB wrote: > > 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