git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [StGIT PATCH 0/4] Optimizations for the DAG appliedness stuff
@ 2007-08-13 21:01 Karl Hasselström
  2007-08-13 21:01 ` [StGIT PATCH 1/4] Speed up the discovery of uninteresting commits Karl Hasselström
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Karl Hasselström @ 2007-08-13 21:01 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

The DAG appliedness series incurred a serious slowdown when it had to
recompute the set of uninteresting commits from scratch. (This is the
set of commits that are parents of patch commits, but not ancestors of
any patch commit. They are used to make DAG appliedness operations
fast.)

The patches in this series fall into two categories:

  * Making the recomputation-from-scratch (slightly) faster.

  * Reducing the number of situations where the
    recomputation-from-scratch has to be done.

-- 
Karl Hasselström, kha@treskal.com
      www.treskal.com/kalle

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

end of thread, other threads:[~2007-08-13 21:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 21:01 [StGIT PATCH 0/4] Optimizations for the DAG appliedness stuff Karl Hasselström
2007-08-13 21:01 ` [StGIT PATCH 1/4] Speed up the discovery of uninteresting commits Karl Hasselström
2007-08-13 21:01 ` [StGIT PATCH 2/4] Speed up appliedness check during patch creation Karl Hasselström
2007-08-13 21:01 ` [StGIT PATCH 3/4] Don't traverse the whole DAG when looking for uninteresting commits Karl Hasselström
2007-08-13 21:01 ` [StGIT PATCH 4/4] Find uninteresting commits faster for special cases Karl Hasselström

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