X-Spam-Check-By: sourceware.org Message-ID: <45E86FFD.7060301@princeton.edu> Date: Fri, 02 Mar 2007 13:42:05 -0500 From: Vinod Gupta User-Agent: Thunderbird 1.5.0.9 (X11/20061220) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Cygwin speed Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I ran the following loop under bash on three different machines: i=1000000 while [ $i -gt 0 ]; do j=$(((i/3+i*3)**3)) i=$((i-1)) done Here is how long it took: CPU OS Time (secs) --------------- ------------ ---------- P4/3.2GHz Linux RHEL4 41 Core Duo/2.2GHz Mac OSX 10.4 43 Core Duo/2.4GHz WinXP+Cygwin 107 Cygwin was a slow by a factor of 3x. Is that normal? Vinod -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/