From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Emacs Bazaar repository Date: Thu, 13 Mar 2008 10:41:45 +0100 Message-ID: <86od9j9d0m.fsf@lola.quinscape.zz> References: <87skyvse7k.fsf@xmission.com> <87fxuvl0gi.fsf@offby1.atm01.sea.blarg.net> <87bq5j19ok.fsf@workhorse.earlhome> <874pbbyoy1.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205401367 30176 80.91.229.12 (13 Mar 2008 09:42:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2008 09:42:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 13 10:43:15 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZjxx-0001Gw-PP for ged-emacs-devel@m.gmane.org; Thu, 13 Mar 2008 10:43:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZjxO-0007TM-T7 for ged-emacs-devel@m.gmane.org; Thu, 13 Mar 2008 05:42:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZjwf-0006di-0a for emacs-devel@gnu.org; Thu, 13 Mar 2008 05:41:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZjwd-0006cC-Hq for emacs-devel@gnu.org; Thu, 13 Mar 2008 05:41:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZjwc-0006bt-Si for emacs-devel@gnu.org; Thu, 13 Mar 2008 05:41:50 -0400 Original-Received: from mail.quinscape.de ([212.29.44.217]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JZjwc-0002Jl-Bf for emacs-devel@gnu.org; Thu, 13 Mar 2008 05:41:50 -0400 Original-Received: (qmail-ldap/ctrl 6440 invoked from network); 13 Mar 2008 09:41:48 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 13 Mar 2008 09:41:47 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 1CBF08FABA; Thu, 13 Mar 2008 10:41:45 +0100 (CET) In-Reply-To: <874pbbyoy1.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Thu, 13 Mar 2008 10:04:54 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.6.0.73; VDF: 7.0.3.22; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:92386 Archived-At: Thien-Thi Nguyen writes: > () dhruva > () Thu, 13 Mar 2008 13:34:56 +0530 > > IMHO, the performance aspects must be considered seriously. > > If performance can't be engineered into the entire system, the > usual (serious) way to do it is to use hierarchy to partially > separate the slow parts from the fast parts. > > CPU <-> L[1...n]-CACHE <-> MEMORY <-> DISK <-> NETWORK > > Here, CPU can spin as fast as it wants. It is not limited by > speeds between other elements of the hierarchy, apart from > L1-CACHE, and yet can (if All Goes Well :--) conduct useful > dialogue w/ NETWORK anyway. > > I think a similar arrangement is best for my case: > > ttn <-> git <-> bzr <-> emacs@internet > > Since i cannot make bzr faster, i do my local spinning w/ Git. > Presently, i'm still (half-heartedly) searching for the git/bzr > gateway, hoping someone will post a url... There is something called tailor or taylor. -- David Kastrup