paleolimbot commented on pull request #11904:
URL: https://github.com/apache/arrow/pull/11904#issuecomment-999170098
Looking forward to digging into these tomorrow! The package load stuff, just
in case it helps with the review:
``` r
# remotes::install_github("apache/arrow/r#11904")
system.time(requireNamespace("arrow"))
#> Loading required namespace: arrow
#> user system elapsed
#> 0.060 0.007 0.067
# this is the function that does all the registering
bench::mark(arrow:::create_binding_cache())
#> # A tibble: 1 × 6
#> expression min median `itr/sec` mem_alloc
`gc/sec`
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt>
<dbl>
#> 1 arrow:::create_binding_cache() 1.51ms 1.56ms 630. 254KB
19.5
```
``` r
# remotes::install_github("apache/arrow/r")
system.time(requireNamespace("arrow"))
#> Loading required namespace: arrow
#> user system elapsed
#> 0.051 0.006 0.059
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]