View Single Post
BAILOPAN
Join Date: Jan 2004
Old 08-08-2012 , 13:08   Re: Dynamic Arrays in SourcePawn
Reply With Quote #28

Dr. House - to avoid further discussion of that idea, I'll just say it's outright rejected ;) it's actually not useful and it breaks easily (consider the meaning of a reference bounded to an array that removes the element). It also creates aliasing that would inhibit compiler optimizations. It's actually faster to index into arrays than it is to use a pointer.
__________________
egg
BAILOPAN is offline