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

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jan 21 12:15:41 PST 2010


commit 528153b7dd473392562756092146979e28e2fbe4
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list