Skip to content

Commit 93ab68e

Browse files
committed
tweak perfs table
1 parent 495d97d commit 93ab68e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Keeping these numbers in mind as we design solutions.
3636

3737
Here are rough order of magnitudes for the `diff_match_patch` algorithm with default options.
3838

39-
| Characters count | Time (ms) | Diff length |
39+
| Characters count | Diff length | Time (ms) |
4040
| ---------------- | --------- | --------- |
41-
| 1000 (~5 paragraph) | 1-5 | 40 |
42-
| 6000 (~30 paragraphs) | 60 | 300 |
41+
| 1000 (~5 paragraph) | 40 | 1-5 |
42+
| 6000 (~30 paragraphs) | 300 | 60 |
4343

4444
The decorators calls never takes more than 1ms.

0 commit comments

Comments
 (0)