Date: Tue, 5 Nov 2002 23:12:10 -0500 Message-Id: <200211060412.gA64CA026133@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3DC890CA.DFC6BE71@yahoo.com> (message from CBFalconer on Wed, 06 Nov 2002 03:56:29 GMT) Subject: Re: DJGPP vs Cygwin References: <3DC890CA DOT DFC6BE71 AT yahoo DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I believe the majority of the Cygwin slowdown is due to the slower > loading (although the program is much smaller than under DJGPP) Don't forget to count the size of the cygwin1.dll DLL as well. And startup costs (environment, posix emulation) are higher for Cygwin as well. > and slower console output handling. Yup.