We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e542a commit d80324fCopy full SHA for d80324f
1 file changed
README.md
@@ -303,7 +303,7 @@ out into the share/ottypes library and its finally landed here.
303
The type uses the list-of-op-components model, where each operation makes a
304
series of individual changes to a document. Joseph now thinks this is a
305
terrible idea because it doesn't scale well to large operations - it has
306
-(N<sup>2</sup> instead of 2N complexity).
+N<sup>2</sup> instead of 2N complexity.
307
308
Jeremy and Joseph have talked about rewriting this library to instead make each
309
operation be a sparse traversal of the document. But it was obnoxiously
0 commit comments