2.5.4
CHANGES:
Fixed
-
irmin-pack
- Revert a patch introduced in 2.3.0 which was calling
Index.try_merge.
This function was supposed to hint index to schedule merges after
every commit. However,Index.try_mergeis buggy and stacks merges
which causes the node to block and wait for any existing merge to
complete. We will revisit that feature in future once we fix
Index.try_merge(#1409, @craigfe)
- Revert a patch introduced in 2.3.0 which was calling
-
irmin
- Fix peformance issue in
Tree.update_treeandTree.add_treefor
large directories (#1315, @Ngoguey42)
- Fix peformance issue in
Added
- irmin-pack
- Expose internal inode trees (#1273, @mattiasdrp, @samoht)