Skip to content

2.5.0

Compare
Choose a tag to compare
@craigfe craigfe released this 16 Feb 21:19
· 1759 commits to main since this release

CHANGES:

Changed

  • irmin

    • Store.Tree.remove is now much faster when operating on large directories.
      The commits following removals are also much faster. (#1289, @Ngoguey42)

    • Changed Store.Tree.{of_hash, shallow} to take kinded hashes, allowing the
      creation of unforced contents values. (#1285, @craigfe)

    • Changed Tree.destruct to return lazy contents values, which may be forced
      with Tree.Contents.force. (#1285, @craigfe)

  • irmin-bench