-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use faster loop iter (despite clippy's advice)
$ cargo bench --bench="*" rust -- --baseline=main-2024-01-25 direct (rust impl)/default time: [27.773 µs 27.806 µs 27.842 µs] change: [-4.9255% -4.6540% -4.3868%] (p = 0.00 < 0.05) Performance has improved. inverse (rust impl)/default time: [70.088 µs 70.139 µs 70.194 µs] change: [-9.8981% -9.7426% -9.5881%] (p = 0.00 < 0.05) Performance has improved.
- Loading branch information
1 parent
9f2b3b9
commit 4891fc4
Showing
2 changed files
with
24 additions
and
36 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