git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Using commit slab to replace indegree
@ 2013-04-14  6:04 Junio C Hamano
  2013-04-14  6:04 ` [PATCH 1/3] commit: allow associating auxiliary info on-demand Junio C Hamano
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Junio C Hamano @ 2013-04-14  6:04 UTC (permalink / raw)
  To: git; +Cc: Jeff King

The first one is Jeff's "here is what I have now" technology
demonstration.

The second attempts to iron out one kink in it, and then the third
one introduces a macro to allow other code to replicate exactly the
same code structure to support their uses.

Jeff King (1):
  commit: allow associating auxiliary info on-demand

Junio C Hamano (2):
  commit-slab: avoid large realloc
  commit-slab: introduce a macro to define a slab for new type

 commit-slab.h | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 commit.c      | 32 ++++++++++++++------
 commit.h      |  2 +-
 3 files changed, 119 insertions(+), 10 deletions(-)
 create mode 100644 commit-slab.h

-- 
1.8.2.1-514-gf369d36

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-04-15  1:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-14  6:04 [PATCH 0/3] Using commit slab to replace indegree Junio C Hamano
2013-04-14  6:04 ` [PATCH 1/3] commit: allow associating auxiliary info on-demand Junio C Hamano
2013-04-14 15:12   ` Jeff King
2013-04-14 19:01     ` Junio C Hamano
2013-04-14  6:04 ` [PATCH 2/3] commit-slab: avoid large realloc Junio C Hamano
2013-04-14 15:28   ` Jeff King
2013-04-14 18:51     ` Junio C Hamano
2013-04-14 19:19       ` Jeff King
2013-04-15  1:29         ` Junio C Hamano
2013-04-14  6:04 ` [PATCH 3/3] commit-slab: introduce a macro to define a slab for new type Junio C Hamano
2013-04-14 18:41   ` Jeff King
2013-04-15  1:32     ` Junio C Hamano

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).