Skip to content

Instantly share code, notes, and snippets.

@rubensworks
Created August 31, 2018 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubensworks/037d5d2b6844049868aa9a6b9482c541 to your computer and use it in GitHub Desktop.
Save rubensworks/037d5d2b6844049868aa9a6b9482c541 to your computer and use it in GitHub Desktop.
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