Created
May 23, 2022 06:44
-
-
Save darioappsilon/1cb2d5843e2f7b1934a4cd553909f049 to your computer and use it in GitHub Desktop.
Revisions
-
darioappsilon created this gist
May 23, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ benchmark({ key_to_lookup <- select_random_key() time(data[data$col1 == key_to_lookup,]) }) ## min max mean ## 0.09800 0.22300 0.11424