Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created May 23, 2022 06:46
Show Gist options
  • Save darioappsilon/b59e538021c59e6c7680b4099fa903c2 to your computer and use it in GitHub Desktop.
Save darioappsilon/b59e538021c59e6c7680b4099fa903c2 to your computer and use it in GitHub Desktop.
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