CHANGES:
Fixed
- irmin-pack
- Improved the performance of Index encode and decode operations by
eliminating intermediate allocations (up to 5% fewer minor words
allocated) (#1577, @craigfe) - Reduce the number of backend nodes built during export
(up to 20% fewer minor words allocated) (#1553, @Ngoguey42)
- Improved the performance of Index encode and decode operations by
Added
- irmin
- Add Merkle Proofs and expose function to convert a proof to and from a tree.
Once converted, normal tree operations can be performed on the proof, as
long at it access values contained in the proof.
(#1583, @samoht, @Ngoguey42, @icristescu)
- Add Merkle Proofs and expose function to convert a proof to and from a tree.
Changed
- irmin-pack
- Limit inode depth (#1596, #samoht)
- Adapt to index 1.5.0 (#1593, @icristescu)