Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2010 17:40:10 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/grep fastgrep.c file.c grep.h util.c
Message-ID:  <201008181740.o7IHeR8w063935@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gabor       2010-08-18 17:40:10 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/grep         fastgrep.c file.c grep.h util.c 
  Log:
  SVN rev 211463 on 2010-08-18 17:40:10Z by gabor
  
  - Refactor file reading code to use pure syscalls and an internal buffer
    instead of stdio.  This gives BSD grep a very big performance boost,
    its speed is now almost comparable to GNU grep.
  
  Submitted by:   Dimitry Andric <dimitry@andric.com>
  Approved by:    delphij (mentor)
  
  Revision  Changes    Path
  1.4       +1 -1      src/usr.bin/grep/fastgrep.c
  1.3       +153 -169  src/usr.bin/grep/file.c
  1.5       +2 -7      src/usr.bin/grep/grep.h
  1.8       +2 -2      src/usr.bin/grep/util.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008181740.o7IHeR8w063935>