-
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.
impl the optimization described in #9 Results are good. ``` test ancestry::infer_ ... bench: 1,201,454 ns/iter (+/- 20,579) test ancestry::infer_30 ... bench: 3,758,380 ns/iter (+/- 76,535) test ancestry::prove_ ... bench: 1,342,813 ns/iter (+/- 31,824) test ancestry::prove_30 ... bench: 4,210,072 ns/iter (+/- 46,268) test recursion_minimal::infer_ ... bench: 12,014 ns/iter (+/- 232) test recursion_minimal::prove_ ... bench: 16,378 ns/iter (+/- 357) ```
- Loading branch information
Showing
6 changed files
with
81 additions
and
115 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
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
Oops, something went wrong.