-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved 'explicitly typed values' section from README.md to src/lib.rs
- Loading branch information
Showing
3 changed files
with
56 additions
and
53 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
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
dd50de5
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
map allocation
106361829
ns/iter (± 1446904
)105285638
ns/iter (± 817514
)1.01
set allocation
156638077
ns/iter (± 5450993
)156821815
ns/iter (± 3742240
)1.00
vec_no_clone allocation
334702236
ns/iter (± 1133446
)339022775
ns/iter (± 918852
)0.99
This comment was automatically generated by workflow using github-action-benchmark.