Date: Fri, 25 Sep 1998 16:52:10 -0300 (EST) From: "Renato F. Cantao" To: "Salvador Eduardo Tropea (SET)" cc: djgpp AT delorie DOT com Subject: Re: Memory allocation! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Hi SET! On Fri, 25 Sep 1998, Salvador Eduardo Tropea (SET) wrote: > "Renato F. Cantao" asked: > > > I'm working on some mathematics implementations involving large > > amounts of memory allocation. So my questions are: > > > > 1. Operator "new" and "malloc" are speed-equivalent? > > Almost, new is a wrapper, so it makes some extra checks. > > > 2. Despite the answer, does exist a better (=faster!) way to > > allocate memory? > > Yes: do your own custom routine optimized for your allocation scheme! ;-) > OK, that's perfect. I'm meaning, does exist any other routine faster than new or malloc? Renato Fernandes CANTAO State University at Campinas Campinas - Brazil