Created
May 23, 2022 06:46
-
-
Save darioappsilon/b59e538021c59e6c7680b4099fa903c2 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
benchmark({ | |
key_to_lookup <- select_random_key() | |
time(data_table[.(key_to_lookup), nomatch = 0L]) | |
}) | |
## min max mean | |
## 0.00200 0.01200 0.00455 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment