Skip to content

Lazy Merge support; documentation and optimisations

Compare
Choose a tag to compare
@gvelim gvelim released this 14 Feb 12:44
· 319 commits to master since this release
a0334dd

What's Changed

  • Grammar and clarity fixes by @cadenza-git in #9
  • readme corrections by @gvelim in #10
  • Optimise in-place Merge for adjacent arrays to 0.5 O(n) memory penalty by @gvelim in #11
  • Shallow merge & superimposing of ordered references by @gvelim in #12
  • virtual slice refactoring by @gvelim in #17
  • Flatten / Denormalise workflow logic for _merge() by @gvelim in #19

New Contributors

Full Changelog: v1.1...MG_v2.0