Skip to content

Commit dd72c35

Browse files
committed
Deploying to gh-pages from @ a9df50e 🚀
1 parent 755de05 commit dd72c35

26 files changed

Lines changed: 63 additions & 56 deletions

dev/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/MAINTENANCE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/SUPPORT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/FAQ.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/FAQ.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ void add_one(cpp11::sexp x_sexp) {
338338
``` r
339339
x <- c(1L, 2L, 3L, 4L)
340340
.Internal(inspect(x))
341-
#> @55a2fe4a7c38 13 INTSXP g0c2 [REF(2)] (len=4, tl=0) 1,2,3,4
341+
#> @564c46e47368 13 INTSXP g0c2 [REF(2)] (len=4, tl=0) 1,2,3,4
342342
add_one(x)
343343
.Internal(inspect(x))
344-
#> @55a2fe4a7c38 13 INTSXP g0c2 [REF(5)] (len=4, tl=0) 2,3,4,5
344+
#> @564c46e47368 13 INTSXP g0c2 [REF(5)] (len=4, tl=0) 2,3,4,5
345345
x
346346
#> [1] 2 3 4 5
347347
```
@@ -590,8 +590,8 @@ bench::mark(
590590
#> # A tibble: 2 × 6
591591
#> expression min median `itr/sec` mem_alloc `gc/sec`
592592
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
593-
#> 1 test_extract_cpp11(x) 37.87ms 41.12ms 23.8 0B 43.5
594-
#> 2 test_extract_r_api(x) 1.44ms 1.45ms 686. 0B 0
593+
#> 1 test_extract_cpp11(x) 40.53ms 44.56ms 21.8 0B 39.6
594+
#> 2 test_extract_r_api(x) 1.86ms 1.88ms 508. 0B 0
595595
```
596596

597597
We plan to improve on this in the future, but for now this is one of the

dev/articles/converting.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/cpp11.html

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)