Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@knickish knickish released this 24 Apr 00:01
· 1 commit to master since this release
3be9842

Changes in this release:

  • Updated the ordered_array_like collection strategy (breaking change for diffs serialized before v0.7.0)
    • Hirschberg's algorithm used (instead of Levenshtein-only) for dramatically lower memory usage (quadratic -> linear)
    • Optimized the Levenshtein implementation slightly
    • Using a rope instead of a stdlib vec when applying changes for much lower memory usage + speedups
  • The unordered_map_like collection strategy no longer sends the value when deleting an entry
  • Lots of updates to benchmarks