Skip to content

Instantly share code, notes, and snippets.

@davisp
Last active March 21, 2022 18:02
Show Gist options
  • Save davisp/ab1f1d82e16c31eb0354a59877678a03 to your computer and use it in GitHub Desktop.
Save davisp/ab1f1d82e16c31eb0354a59877678a03 to your computer and use it in GitHub Desktop.
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}
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}
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}
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