DragonFly BSD
DragonFly commits List (threaded) for 2010-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libmd - Improve performance when doing a MD5 of a file via read().


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Jan 2010 12:14:57 -0800 (PST)

commit 528153b7dd473392562756092146979e28e2fbe4
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Thu Jan 21 11:59:08 2010 -0800

    libmd - Improve performance when doing a MD5 of a file via read().
    
    * The code was using BUFSIZ, which is (ick) 1024 bytes.  Increase the
      file buffer to 8192 bytes.

Summary of changes:
 lib/libmd/mdXhl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/528153b7dd473392562756092146979e28e2fbe4


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]