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:from:content-type:content-transfer-encoding :date:subject:to:message-id:mime-version; q=dns; s=default; b=b9 6rW3jSr8VPnR7/Xhabomw5g8gdkc1To+SOIHClUKHUG8OP4CCoi+QceJ+8OgZCLz g9XpcjiZF37gCjKiSIf40LPYi8GQyWPD0dAzp1qo5wZSaQyeoXYq5mUvhBBmA11z Vu/XCa1DGHq/xwEKX5/rIsF5Li7DkCuMZzrnVepGA= 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:from:content-type:content-transfer-encoding :date:subject:to:message-id:mime-version; s=default; bh=qH9ar/0Y v9hif6C3a0T5pIJ+Dio=; b=g4QDvv19RXNb4sEvUIAp52w/eSqIcyevwVWTP/4A nB92nxWWaTfoY8x0n/s0Pxi0gb+U6aTBsBWwICYozxsqa9eJFJjOuerf1eHPxU4g SWxuxqoWrGVWwj5acGhiRbHlupCQbLOnkY6jEXO7H7qQxOhFKOHJSK5LYBWAFMkB vjE= 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=0.7 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=denis, bigger, HX-Envelope-From:sk:cygwin@, snapshot X-HELO: smtp5-g21.free.fr From: Denis Excoffier Content-Type: text/plain; charset=us-ascii Date: Thu, 26 May 2016 19:21:34 +0200 Subject: last snapshot is not better than previous version To: The Cygwin Mailing List Message-Id: <90DB300A-9605-4E19-BEFC-AFBFB5240C0E@Denis-Excoffier.org> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u4QHLrUP003717 Hello, I tried the snapshot dated 2016-05-20. Okay, this one was not announced. Functionally it seems ok. But some simple tasks now take a lot of time compared to the last non-snapshot version (2.5.1): 1) searching into a small text file A simple text file (created with "seq 10000") takes several seconds to load in vim. Lookup for the string "9999" then takes 5 seconds. Previously, searching "9999999" in a bigger file (created with "seq 10000000") used to take 2 seconds only. Note: The "seq 10000000 > myfile" itself makes no notable difference. 2) ls in a large directory My /usr/bin contains 8098 files. Previously, a plain "ls -F" in this folder took some initialization time (2 seconds), then the display of the files was quite instantaneous. With the new snapshot, the initialization (stat and sort) takes more or less the same time, but afterwards, each single line is displayed at a visible pace, a clear screen is executed after each set of ~24 lines and the whole directory is listed in about 10 minutes. Note: "ls | wc -l" itself makes no notable difference. This occurs under X-Windows (xterm) or not (login window). Under x86, Windows 7. I switched back to 2.5.1. This message just in case it could be useful. Regards, Denis Excoffier. -- 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