-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allow mutable references to JSON strings (#1466)
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
2 changed files
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ff62a78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark (linux/llvm)
JSON_Array_Of_Objects_Unique
389.94963978404485
ns/iter388.3287682318284
ns/iter1.00
JSON_Parse_1
30574.820265694958
ns/iter29710.876140530036
ns/iter1.03
JSON_Fast_Hash_Helm_Chart_Lock
58.57731016384112
ns/iter55.32772995687293
ns/iter1.06
JSON_Equality_Helm_Chart_Lock
141.66681447975222
ns/iter146.7993868995464
ns/iter0.97
Pointer_Object_Traverse
44.896972693702104
ns/iter44.34786906303649
ns/iter1.01
Pointer_Object_Try_Traverse
52.2659578395388
ns/iter52.79718821375552
ns/iter0.99
Pointer_Push_Back_Pointer_To_Weak_Pointer
352.7108512079953
ns/iter352.6893851135672
ns/iter1.00
This comment was automatically generated by workflow using github-action-benchmark.
ff62a78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark (macos/llvm)
JSON_Array_Of_Objects_Unique
446.7765628276582
ns/iter404.5879576880687
ns/iter1.10
JSON_Parse_1
30578.26607315221
ns/iter25963.49335634936
ns/iter1.18
JSON_Fast_Hash_Helm_Chart_Lock
60.70435698307583
ns/iter58.6042859128079
ns/iter1.04
JSON_Equality_Helm_Chart_Lock
199.2468931055563
ns/iter155.1501908304665
ns/iter1.28
Pointer_Object_Traverse
19.623484919393064
ns/iter17.35014937208693
ns/iter1.13
Pointer_Object_Try_Traverse
39.73530990263023
ns/iter34.61084697883719
ns/iter1.15
Pointer_Push_Back_Pointer_To_Weak_Pointer
215.2297021294033
ns/iter201.40684990832398
ns/iter1.07
This comment was automatically generated by workflow using github-action-benchmark.
ff62a78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark (windows/msvc)
JSON_Array_Of_Objects_Unique
451.8273879033866
ns/iter452.26704291668545
ns/iter1.00
JSON_Parse_1
82080.6749698765
ns/iter79807.04432838164
ns/iter1.03
JSON_Fast_Hash_Helm_Chart_Lock
69.34878000000708
ns/iter63.3315446428538
ns/iter1.10
JSON_Equality_Helm_Chart_Lock
204.27636141623003
ns/iter206.06862499999323
ns/iter0.99
Pointer_Object_Traverse
52.87754464286008
ns/iter53.30046000000266
ns/iter0.99
Pointer_Object_Try_Traverse
68.68697544642238
ns/iter69.58261607143714
ns/iter0.99
Pointer_Push_Back_Pointer_To_Weak_Pointer
187.49875781237705
ns/iter183.22563243085665
ns/iter1.02
This comment was automatically generated by workflow using github-action-benchmark.
ff62a78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark (linux/gcc)
Pointer_Object_Traverse
43.91532179708142
ns/iter44.166187980592
ns/iter0.99
Pointer_Object_Try_Traverse
22.099703708561712
ns/iter22.07160036172714
ns/iter1.00
Pointer_Push_Back_Pointer_To_Weak_Pointer
215.10525538705298
ns/iter215.02989448112777
ns/iter1.00
JSON_Array_Of_Objects_Unique
406.7870231312499
ns/iter408.6653780302691
ns/iter1.00
JSON_Parse_1
32418.949986030155
ns/iter32712.209816236962
ns/iter0.99
JSON_Fast_Hash_Helm_Chart_Lock
70.45223746212632
ns/iter70.41757738204709
ns/iter1.00
JSON_Equality_Helm_Chart_Lock
148.78966179411927
ns/iter140.1503755859335
ns/iter1.06
This comment was automatically generated by workflow using github-action-benchmark.