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

Reply via email to