Date: Thu, 24 Sep 1998 15:13:58 +0300 (IDT) From: Eli Zaretskii To: Johan Henriksson cc: DJGPP mailinglist Subject: Re: Dynamic vs. Static arrays In-Reply-To: <199809232108.XAA23784@d1o22.telia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 23 Sep 1998, Johan Henriksson wrote: > so here's the question: Is it faster to access a static array than > accessing a dynamic one. The DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP) explains in section 14.2 that static arrays might sometimes be faster than dynamic ones. See there for the gory details.