From: tboegi@web.de
To: git@vger.kernel.org
Cc: "Torsten Bögershausen" <tboegi@web.de>
Subject: [PATCH v2 0/2] Stream and fast search
Date: Wed, 12 Oct 2016 15:47:24 +0200 [thread overview]
Message-ID: <20161012134724.28287-1-tboegi@web.de> (raw)
In-Reply-To: <20161009095649.1886-1-tboegi@web.de>
From: Torsten Bögershausen <tboegi@web.de>
Changes since v1:
- Rename earlyout into search_only
- Increase buffer from 2KiB to 16KiB
- s/mask/eol_bits/
- Reduce the "noise"
- Document "split gather_stats() into gather_all_stats()/gather_stats_partly()
Torsten Bögershausen (2):
read-cache: factor out get_sha1_from_index() helper
convert.c: stream and fast search for binary
cache.h | 3 +
convert.c | 191 ++++++++++++++++++++++++++++++++++++++++-------------------
read-cache.c | 29 +++++----
3 files changed, 150 insertions(+), 73 deletions(-)
--
2.10.0
next prev parent reply other threads:[~2016-10-12 13:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-09 9:56 [PATCH v1 0/2] convert: stream and early out tboegi
2016-10-10 20:19 ` Junio C Hamano
2016-10-12 13:47 ` tboegi [this message]
2016-10-27 17:02 ` [PATCH v2 0/2] Stream and fast search Junio C Hamano
2016-10-12 13:47 ` [PATCH v2 1/2] read-cache: factor out get_sha1_from_index() helper tboegi
2016-10-27 19:57 ` Junio C Hamano
2016-10-29 12:22 ` Duy Nguyen
2016-10-12 13:47 ` [PATCH v2 2/2] convert.c: stream and fast search for binary tboegi
2016-10-27 21:18 ` Junio C Hamano
2016-11-01 9:36 ` Torsten Bögershausen
2016-10-29 12:13 ` Duy Nguyen
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=20161012134724.28287-1-tboegi@web.de \
--to=tboegi@web.de \
--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).