Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 17:40:54 -0700 (PDT)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h write.c
Message-ID:  <200404140040.i3E0esil061104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004/04/13 17:40:54 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.c bsdtar.h write.c 
  Log:
  A simple cache of uid->uname lookups and gid->gname lookups eliminates
  almost 1/2 of the CPU time required to create an uncompressed archive
  and makes a noticable reduction in wallclock time.
  
  Revision  Changes    Path
  1.6       +11 -0     src/usr.bin/tar/bsdtar.c
  1.3       +14 -0     src/usr.bin/tar/bsdtar.h
  1.7       +35 -12    src/usr.bin/tar/write.c



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