From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 15f1PH-00050Q-00 for ; Thu, 06 Sep 2001 16:49:31 +0100 From: David Woodhouse In-Reply-To: References: To: kira brown Cc: Herman Oosthuysen , "'linux-mtd@lists.infradead.org'" Subject: Re: DiskOnChip write performance Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 Sep 2001 16:55:32 +0100 Message-ID: <14482.999791732@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: kira@hex.linuxgrrls.org said: > There are basically two ways to speed this situation up: Don't forget "don't use O(n^3) algorithms when trying to find a new block to write to". -- dwmw2