1. 12 Dec, 2016 1 commit
    • write_tree: use shared buffer for writing trees · 87aaefe2
      The function to write trees allocates a new buffer for each tree.
      This causes problems with performance when performing a lot
      of actions involving writing trees, e.g. when doing many merges.
      Fix the issue by instead handing in a shared buffer, which is then
      re-used across the calls without having to re-allocate between
      calls.
      Michael Tesch committed
  2. 08 Aug, 2016 4 commits
  3. 06 Aug, 2016 2 commits
  4. 05 Aug, 2016 7 commits
  5. 04 Aug, 2016 11 commits
  6. 03 Aug, 2016 1 commit
  7. 02 Aug, 2016 1 commit
  8. 24 Jul, 2016 13 commits