ottypes / json0

Version 0 of the JSON OT type
447 stars 64 forks source link

How to implement the O(a+b) transform algorithm? #49

Open happy15 opened 1 year ago

happy15 commented 1 year ago

As mentioned in the readme, a better O(a+b) transform algorithm exists to tackle the case where two large operations transform against each other.

How to do that? Or any source I can follow to implement it? I have already been bitten by it several times a month.

Thanks.