From: Fredrik Kuivinen <frekui@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/5] Speed up string search routines
Date: Sat, 13 Feb 2010 15:20:14 +0100 [thread overview]
Message-ID: <20100213142014.GA9543@fredrik-laptop> (raw)
This series speeds up git grep and pickaxe by using the string search
routines from GNU grep.
---
Fredrik Kuivinen (5):
Use kwset in grep
Use kwset in pickaxe
Adapt the kwset code to Git
Add string search routines from GNU grep
Add obstack.[ch] from EGLIBC 2.10
Makefile | 2
diffcore-pickaxe.c | 34 ++
grep.c | 61 +++-
grep.h | 2
kwset.c | 775 ++++++++++++++++++++++++++++++++++++++++++++++++++++
kwset.h | 62 ++++
obstack.c | 441 ++++++++++++++++++++++++++++++
obstack.h | 509 ++++++++++++++++++++++++++++++++++
8 files changed, 1855 insertions(+), 31 deletions(-)
create mode 100644 kwset.c
create mode 100644 kwset.h
create mode 100644 obstack.c
create mode 100644 obstack.h
next reply other threads:[~2010-02-13 14:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-13 14:20 Fredrik Kuivinen [this message]
2010-02-13 18:52 ` [PATCH 0/5] Speed up string search routines Junio C Hamano
2010-02-14 16:47 ` Fredrik Kuivinen
2010-02-14 20:16 ` 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=20100213142014.GA9543@fredrik-laptop \
--to=frekui@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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).