This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin slow on x64 systems?


On 12/5/2011 5:20 PM, Tim McDaniel wrote:
On Sat, 3 Dec 2011, Buchbinder, Barry wrote:

And I see slowness even when everything is a bash builtin (except
perhaps for whatever is handling "|" -- I suppose it's forking bash
itself):

$ time echo hi | read x

real 0m1.928s
user 0m0.031s
sys 0m0.031s

on my W7/x64, a not too fast Corei5 notebook

$ time echo hi | read x

real    0m0.421s
user    0m0.000s
sys     0m0.030s

$ time echo hi | read x

real    0m0.016s
user    0m0.000s
sys     0m0.000s

The first long time is likely to program loading and
Antivirus time delay

Regards
Marco


-- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]