| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <000b01c2a169$672f8240$659ac250@leper> |
| Reply-To: | <fergus AT bonhard DOT uklinux DOT net> |
| From: | <fergus AT bonhard DOT uklinux DOT net> |
| To: | <cygwin AT cygwin DOT com> |
| Cc: | <fergus AT bonhard DOT uklinux DOT net> |
| Subject: | Re: pipe improvements in snapshot |
| Date: | Wed, 11 Dec 2002 23:02:38 -0000 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
W98/SE. With the current cygwin1.dll I tried
time cat <hugefile> | nice -0 dd of=/dev/null
time cat <hugefile> | nice --1 dd of=/dev/null
where hugefile ~ 100MB, and got times roughly 1m20s with the 2nd instruction
marginally faster. Then switched to the snapshot cygwin1-20021210.dll and
shaved a minute yes a minute off the times. Then tried creating new files as
in
time cat <hugefile> | nice -0 dd of=hugefile2
time cat <hugefile> | nice --1 dd of=hugefile3
(this took about 30s each) and checked md5sums. Not a byte out of place.
Fergus
P.S. Thanks to thomas for these good diagnostic scripts.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |