You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,17 @@ There are three different types of changes. `CREATE`, `REMOVE`, and `CHANGE`. Th
38
38
# Benchmarks
39
39
40
40
```
41
-
deep-diff: 23054ns - 206% slower
42
-
deep-object-diff: 30809ns - 309% slower
43
-
jsdiff: 112154ns - 1389% slower
44
-
microdiff: 7530ns - Fastest
41
+
Benchmarks: Small object
42
+
deep-diff: 17929ns - 409% slower
43
+
deep-object-diff: 10763ns - 206% slower
44
+
jsdiff: 79700ns - 2164% slower
45
+
microdiff: 3520ns - Fastest
46
+
47
+
Benchmarks: Large Object
48
+
deep-diff: 272887ns - 259% slower
49
+
deep-object-diff: 160019ns - 111% slower
50
+
jsdiff: 1688294ns - 2123% slower
51
+
microdiff: 75934ns - Fastest
45
52
```
46
53
47
54
These benchmarks are currently only for one small object, so they might not be accurate. I will be working on creating benchmarks with more varying types.
0 commit comments