X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=d2ZNFoLKF0tWIjm50mQurOBY4cbKx Nl+K+64CzEvZZdN9mJP+bc+TuQi+rTdeH56dmtzq522uhY6ko1GhBKrUYCk9UDG0 XjWZTGlwfuKg2jDAC4TmgUx72YBLbbOoDC/zwWnPdkL7oMKZGadhLVNjM7CtALo1 +yeLPvD6YmCF5Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=MceRavVc8I+PEJwBtmw9GTyvZuM=; b=TIl Y2hWQE5dzGQJ1jVshbWCbhIZCGvHjc6/q/G0DNaMSAGMfzLo2j2IaiFhB17PhGdX ZapGGpZTjxKyAAAJhOhbfnqWDY8hE0LNAa+tDfASEy2J8rlMVF1meZC0huLbfdaF cq0rSDev4G8CfdmzpNKBW0uM4+3q8Ql4l/EFkqDM= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f48.google.com MIME-Version: 1.0 X-Received: by 10.66.232.129 with SMTP id to1mr59410643pac.29.1388254817006; Sat, 28 Dec 2013 10:20:17 -0800 (PST) Date: Sat, 28 Dec 2013 12:20:16 -0600 Message-ID: Subject: Cygwin Ruby slow From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes I am testing this with Jekyll http://github.com/jekyll/jekyll $ ruby -v ruby 1.9.3p448 (2013-06-27) [i386-cygwin] $ time jekyll > /dev/null real 0m4.196s user 0m1.356s sys 0m2.807s With http://rubyinstaller.org it is much faster $ ruby -v ruby 1.9.3p484 (2013-11-22) [i386-mingw32] $ time jekyll.bat > /dev/null real 0m0.515s user 0m0.000s sys 0m0.015s -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple