From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: [RFC/PATCH 0/2] patch-id caching Date: Thu, 4 Aug 2011 16:48:48 -0600 Message-ID: <20110804224848.GA27545@sigill.intra.peff.net> References: <20110713064709.GA18499@sigill.intra.peff.net> <20110713065700.GA18566@sigill.intra.peff.net> <20110713175250.GA1448@elie> <20110713200814.GD31965@sigill.intra.peff.net> <20110714173454.GA21657@sigill.intra.peff.net> <7vipr4373f.fsf@alter.siamese.dyndns.org> <20110804224354.GA27476@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Fri Aug 05 00:48:58 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qp6im-0008BH-AL for gcvg-git-2@lo.gmane.org; Fri, 05 Aug 2011 00:48:56 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755738Ab1HDWsw (ORCPT ); Thu, 4 Aug 2011 18:48:52 -0400 Received: from 99-108-226-0.lightspeed.iplsin.sbcglobal.net ([99.108.226.0]:48155 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754816Ab1HDWsv (ORCPT ); Thu, 4 Aug 2011 18:48:51 -0400 Received: (qmail 23484 invoked by uid 107); 4 Aug 2011 22:49:25 -0000 Received: from S010690840de80b38.ss.shawcable.net (HELO sigill.intra.peff.net) (70.64.172.81) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Thu, 04 Aug 2011 18:49:25 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Thu, 04 Aug 2011 16:48:48 -0600 Content-Disposition: inline In-Reply-To: <20110804224354.GA27476@sigill.intra.peff.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Aug 04, 2011 at 04:43:54PM -0600, Jeff King wrote: > [1/5]: implement generic key/value map > [2/5]: fast-export: use object to uint32 map instead of "decorate" > [3/5]: decorate: use "map" for the underlying implementation > [4/5]: map: implement persistent maps > [5/5]: implement metadata cache subsystem And here's a potential user of the new code: [1/2]: cherry: read default config [2/2]: cache patch ids on disk -Peff