diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-31 19:13:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-31 19:13:02 -0400 |
commit | f600444ab6d00826cc16c4a5cc67aca84cc1f9e0 (patch) | |
tree | 6ee1ed6298d2bc993c62bfc9c2471607f53b6a06 /debian/changelog | |
parent | ea7b1828d48a5dce42393d252f4bbda5cba10d24 (diff) |
unused --remote: Reduced memory use to 1/4th what was used before.
Using a single strictness annotation, in just the right place.
Tried several others, none of which helped and some of which potentially
hurt. This is only the second time I've really had to deal with this in
a year of using haskell, which is, I suppose not that bad.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c8c60579e..4ee0b80f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ git-annex (3.20110820) UNRELEASED; urgency=low * The wget command will now be used in preference to curl, if available. * init: Make description an optional parameter. * unused, status: Sped up by avoiding unnecessary stats of annexed files. + * unused --remote: Reduced memory use to 1/4th what was used before. -- Joey Hess <joeyh@debian.org> Tue, 23 Aug 2011 13:41:01 -0400 |