Use SHA library for files less than 50 kb in size, at which point it's faster than forking the more optimised external program.

This commit is contained in:
Joey Hess 2012-07-04 13:04:01 -04:00
parent d3be479093
commit 40729e7fa2
2 changed files with 33 additions and 23 deletions

2
debian/changelog vendored
View file

@ -7,6 +7,8 @@ git-annex (3.20120630) UNRELEASED; urgency=low
* When shaNsum commands cannot be found, use the Haskell SHA library
(already a dependency) to do the checksumming. This may be slower,
but avoids portability problems.
* Use SHA library for files less than 50 kb in size, at which point it's
faster than forking the more optimised external program.
-- Joey Hess <joeyh@debian.org> Sun, 01 Jul 2012 15:04:37 -0400