Last active
March 21, 2022 18:02
-
-
Save davisp/ab1f1d82e16c31eb0354a59877678a03 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Erlang/OTP 21 [erts-10.3.5.19] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] | |
Eshell V10.3.5.19 (abort with ^G) | |
1> couch_key_tree:gen_and_stem(). | |
{2,617.2164916992188} | |
2> couch_key_tree_maps:gen_and_stem(). | |
{0,514.348388671875} |
This file contains hidden or 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
Erlang/OTP 23 [erts-11.2.2.10] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] | |
Eshell V11.2.2.10 (abort with ^G) | |
1> couch_key_tree:gen_and_stem(). | |
{2,617.4666137695313} | |
2> couch_key_tree_maps:gen_and_stem(). | |
{0,428.62493896484375} |
This file contains hidden or 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
Erlang/OTP 23 [erts-11.2.2.10] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] | |
Eshell V11.2.2.10 (abort with ^G) | |
1> couch_key_tree:gen_and_stem(). | |
{9,5633.660217285156} | |
2> couch_key_tree_maps:gen_and_stem(). | |
{0,544.0013427734375} |
This file contains hidden or 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
Erlang/OTP 23 [erts-11.2.2.10] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] | |
Eshell V11.2.2.10 (abort with ^G) | |
1> couch_key_tree:gen_and_stem(). | |
{3,617.466552734375} | |
2> couch_key_tree_maps:gen_and_stem(). | |
{0,514.348388671875} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment