stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
459 stars 97 forks source link

Fix optimizing list insertion/deletion diffs #83

Open aeckert opened 6 years ago

aeckert commented 6 years ago

https://github.com/stefankoegl/python-json-patch/blob/7b664c4dbe05e24abfc031850b9396d0b61296fd/tests.py#L329-L338

Is there ongoing work to fix this issue? This lib is much nicer than alternatives, but the sub-optimal diffing makes it unusable for my use case.