From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <26a3aed2aad68bfadb70177d927faef9@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] 8c -v- gcc From: David Gordon Hogan MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 28 Feb 2002 00:42:50 -0500 Topicbox-Message-UUID: 5ab764f2-eaca-11e9-9e20-41e7f4b1d025 > free(malloc(8)) 1.1386 1.1170 0.1159 I just thought that this line needed to be highlighted. We may not have the world's best code generation, but our memory allocator's an order of magnitude faster! C:/cygwin/usr/src/cygwin-1.3.2-1/newlib/libc/stdlib/mallocr.c: * Why use this malloc? This is not the fastest, most space-conserving, most portable, or most tunable malloc ever written. However it is among the fastest while also being among the most space-conserving, portable and tunable.