-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement a fast constant hash function for object keys (#1325)
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
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
117a478
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
398.74955896365935
ns/iter413.027202383038
ns/iter0.97
This comment was automatically generated by workflow using github-action-benchmark.
117a478
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
454.6221706303759
ns/iter404.64829354306283
ns/iter1.12
This comment was automatically generated by workflow using github-action-benchmark.
117a478
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)
JSON_Array_Of_Objects_Unique
574.7063997931348
ns/iter568.831800625642
ns/iter1.01
This comment was automatically generated by workflow using github-action-benchmark.
117a478
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
543.939200000068
ns/iter495.9318000001076
ns/iter1.10
This comment was automatically generated by workflow using github-action-benchmark.