github mirage/irmin 2.5.4

latest releases: 3.9.0, 3.8.0, 3.7.2...
3 years ago

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_merge is 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)
  • irmin

    • Fix peformance issue in Tree.update_tree and Tree.add_tree for
      large directories (#1315, @Ngoguey42)

Added

Don't miss a new irmin release

NewReleases is sending notifications on new releases.