summaryrefslogtreecommitdiff
path: root/doc/todo/more_efficient_memory_usage_with_git-annex_unused
Commit message (Collapse)AuthorAge
* unused: Improved memory use significantly when there are a lot of ↵Gravatar Joey Hess2017-01-31
| | | | | | | | | | | differences between branches. Argh, didn't need an accumulator here! I think I use accumulators a lot more than I need to when recusively processing lists.. This commit was sponsored by Jeff Goeke-Smith on Patreon.
* fix lack of laziness streaming large diffsGravatar Joey Hess2017-01-31
| | | | | | | | A commit last year that made a partial function use Maybe unfortunately caused the whole input to need to be consumed, breaking streaming. So, revert it. This commit was sponsored by Nick Daly on Patreon.
* reproduced bug; started analysisGravatar Joey Hess2017-01-31
This commit was sponsored by Peter Hogg on Patreon.