git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] `log -c` speedup
@ 2014-01-20 16:20 Kirill Smelkov
  2014-01-20 16:20 ` [PATCH 1/4] diffcore-order: Export generic ordering interface Kirill Smelkov
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Kirill Smelkov @ 2014-01-20 16:20 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Kirill Smelkov

Hello up there,

I'm using `git log --raw` to reconstruct file dates (readonly filesystem for
git archives) and, as it turned out, for --raw to emit diffs for merges we need
to explicitly activate combine-diff via -c.

The combined-diff turned out to be slow, I'm trying to optimize it. Please apply.

Thanks beforehand,
Kirill


Kirill Smelkov (4):
  diffcore-order: Export generic ordering interface
  diff test: Add tests for combine-diff with orderfile
  combine-diff: Optimize combine_diff_path sets intersection
  combine-diff: combine_diff_path.len is not needed anymore

 combine-diff.c        | 121 +++++++++++++++++++++++++++++++++-----------------
 diff-lib.c            |   2 -
 diff.h                |   1 -
 diffcore-order.c      |  53 ++++++++++++++--------
 diffcore.h            |  15 +++++++
 t/t4056-diff-order.sh |  21 +++++++++
 6 files changed, 151 insertions(+), 62 deletions(-)

-- 
1.9.rc0.143.g6fd479e

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

end of thread, other threads:[~2014-01-29 11:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 16:20 [PATCH 0/4] `log -c` speedup Kirill Smelkov
2014-01-20 16:20 ` [PATCH 1/4] diffcore-order: Export generic ordering interface Kirill Smelkov
2014-01-20 16:20 ` [PATCH 2/4] diff test: Add tests for combine-diff with orderfile Kirill Smelkov
2014-01-20 16:20 ` [PATCH 3/4] combine-diff: Optimize combine_diff_path sets intersection Kirill Smelkov
2014-01-28 15:46   ` Kirill Smelkov
2014-01-28 21:55   ` Junio C Hamano
2014-01-29 11:21     ` Kirill Smelkov
2014-01-20 16:20 ` [PATCH 4/4] combine-diff: combine_diff_path.len is not needed anymore Kirill Smelkov

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