git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Speed up string search routines
@ 2010-02-13 14:20 Fredrik Kuivinen
  2010-02-13 18:52 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Fredrik Kuivinen @ 2010-02-13 14:20 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

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

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

end of thread, other threads:[~2010-02-14 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-13 14:20 [PATCH 0/5] Speed up string search routines Fredrik Kuivinen
2010-02-13 18:52 ` Junio C Hamano
2010-02-14 16:47   ` Fredrik Kuivinen
2010-02-14 20:16     ` 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).