Created
August 31, 2018 10:08
-
-
Save rubensworks/037d5d2b6844049868aa9a6b9482c541 to your computer and use it in GitHub Desktop.
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
Small equal: | |
> Triples: 276 | |
isomorphic: 24.378ms | |
canonize: 5.570ms | |
Small non-equal: | |
> Triples: 276 | |
isomorphic: 1.216ms | |
canonize: 4.184ms | |
Large equal: | |
> Triples: 482044 | |
isomorphic: 4678.590ms | |
canonize: 10691.437ms | |
Large non-equal (near beginning): | |
> Triples: 482044 | |
isomorphic: 3957.844ms | |
canonize: 9564.503ms | |
Large non-equal (near end): | |
> Triples: 482044 | |
isomorphic: 3596.869ms | |
canonize: 10031.383ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment