We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495d97d commit 93ab68eCopy full SHA for 93ab68e
README.md
@@ -36,9 +36,9 @@ Keeping these numbers in mind as we design solutions.
36
37
Here are rough order of magnitudes for the `diff_match_patch` algorithm with default options.
38
39
-| Characters count | Time (ms) | Diff length |
+| Characters count | Diff length | Time (ms) |
40
| ---------------- | --------- | --------- |
41
-| 1000 (~5 paragraph) | 1-5 | 40 |
42
-| 6000 (~30 paragraphs) | 60 | 300 |
+| 1000 (~5 paragraph) | 40 | 1-5 |
+| 6000 (~30 paragraphs) | 300 | 60 |
43
44
The decorators calls never takes more than 1ms.
0 commit comments