-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #786 from candy-lang/use-extract-if
Use `vec.extract_if(…)` for constant lifting
- Loading branch information
Showing
3 changed files
with
33 additions
and
24 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
f79988f
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.
Compiler
Time: Compiler/hello_world
26515438
ns/iter (± 1567297
)24576634
ns/iter (± 829356
)1.08
Time: Compiler/fibonacci
232722061
ns/iter (± 5044822
)181201489
ns/iter (± 1687475
)1.28
Time: VM Runtime/hello_world
56300
ns/iter (± 14330
)57952
ns/iter (± 3835
)0.97
Time: VM Runtime/fibonacci/15
96643421
ns/iter (± 3874637
)78439800
ns/iter (± 705845
)1.23
Time: VM Runtime/PLB/binarytrees/6
1503641251
ns/iter (± 27349683
)1200379040
ns/iter (± 2038348
)1.25
This comment was automatically generated by workflow using github-action-benchmark.