git: libmd - Improve performance when doing a MD5 of a file via

看板DFBSD_commit作者時間16年前 (2010/01/22 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BMBdAJ9 (DFBSD_commit)