git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Barr <davidbarr@google.com>
To: GIT Mailing-list <git@vger.kernel.org>
Subject: [RFC/PATCH 0/3]
Date: Wed, 22 Jun 2011 00:33:29 -0700	[thread overview]
Message-ID: <1308728011-14136-1-git-send-email-davidbarr@google.com> (raw)

This series is the early stages of adding infrastructure to git
to memory-effective but fast and scalable caching of object
graphs.
The inspiration comes from a desire to build a libfastimport and
also the outstanding FIXME in hash.c
Patches 1 and 2 are the first small components that have emerged
from my experiments with different ways of representing and
indexing graphs. Patch 3 doesn't exist at the time of composing
this summary but will be an alternate hash table implementation
the builds on the first two.

I'm putting this out for early feedback, to be incorporated into
a future complete series.

--
David Barr

             reply	other threads:[~2011-06-22  7:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22  7:33 David Barr [this message]
2011-06-22  7:33 ` [RFC/PATCH 1/3] protobuf: minimal implementation for compact in-memory structures David Barr
2011-06-22 19:42   ` Junio C Hamano
2011-06-24 14:39     ` David Barr
2011-06-24 16:04     ` David Barr
2011-06-24 16:48       ` Junio C Hamano
2011-06-23 17:22   ` Junio C Hamano
2011-06-22  7:33 ` [RFC/PATCH 2/3] small-alloc: add allocator for small objects David Barr
2011-06-22 20:49   ` Junio C Hamano
2011-06-24 14:38     ` David Barr
2011-06-24 17:02       ` David Barr
2011-06-23 17:17   ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1308728011-14136-1-git-send-email-davidbarr@google.com \
    --to=davidbarr@google.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).