Skip to content

Commit 7fc0ab5

Browse files
committed
Deploying to gh-pages from @ 02c4480 🚀
1 parent 0c9dac8 commit 7fc0ab5

26 files changed

Lines changed: 59 additions & 54 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
@@ -344,10 +344,10 @@ void add_one(cpp11::sexp x_sexp) {
344344
345345
x <- c(1L, 2L, 3L, 4L)
346346
.Internal(inspect(x))
347-
#> @563ee9839198 13 INTSXP g0c2 [REF(2)] (len=4, tl=0) 1,2,3,4
347+
#> @561c1985dd78 13 INTSXP g0c2 [REF(2)] (len=4, tl=0) 1,2,3,4
348348
add_one(x)
349349
.Internal(inspect(x))
350-
#> @563ee9839198 13 INTSXP g0c2 [REF(5)] (len=4, tl=0) 2,3,4,5
350+
#> @561c1985dd78 13 INTSXP g0c2 [REF(5)] (len=4, tl=0) 2,3,4,5
351351
x
352352
#> [1] 2 3 4 5
353353
```
@@ -599,8 +599,8 @@ bench::mark(
599599
#> # A tibble: 2 × 6
600600
#> expression min median `itr/sec` mem_alloc `gc/sec`
601601
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
602-
#> 1 test_extract_cpp11(x) 43.97ms 44.24ms 21.2 0B 44.3
603-
#> 2 test_extract_r_api(x) 2.18ms 2.19ms 448. 0B 0
602+
#> 1 test_extract_cpp11(x) 49.15ms 50.49ms 18.9 0B 39.8
603+
#> 2 test_extract_r_api(x) 2.46ms 2.47ms 403. 0B 0
604604
```
605605

606606
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: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)