Skip to content

Commit 8c47465

Browse files
Deploying to gh-pages from @ d7d6871 🚀
1 parent 9d7f6f9 commit 8c47465

7 files changed

Lines changed: 30 additions & 31 deletions

File tree

articles/compilation-and-call-overhead.html

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

articles/compilation-and-call-overhead.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ compile_times <- data.frame(
389389
compile_times$milliseconds <- round(compile_times$seconds * 1000, 1)
390390
compile_times
391391
#> implementation seconds milliseconds
392-
#> 1 Rtinycc 0.020 20
393-
#> 2 callme 0.225 225
392+
#> 1 Rtinycc 0.022 22
393+
#> 2 callme 0.275 275
394394
```
395395

396396
The expected pattern is:
@@ -541,8 +541,8 @@ noop_bench
541541
#> # A tibble: 2 × 6
542542
#> expression min median `itr/sec` mem_alloc `gc/sec`
543543
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
544-
#> 1 Rtinycc 1.18ms 1.2ms 827. 21.9KB 0
545-
#> 2 callme 447.98µs 459µs 2181. 0B 0
544+
#> 1 Rtinycc 1.1ms 1.14ms 880. 21.9KB 0
545+
#> 2 callme 396µs 411.27µs 2408. 0B 0
546546
```
547547

548548
Interpretation:
@@ -581,8 +581,8 @@ fill_bench_n4096
581581
#> # A tibble: 2 × 6
582582
#> expression min median `itr/sec` mem_alloc `gc/sec`
583583
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
584-
#> 1 Rtinycc 2.75ms 3.94ms 267. 3.15MB 13.4
585-
#> 2 callme 2.13ms 2.18ms 426. 3.13MB 21.3
584+
#> 1 Rtinycc 2.71ms 4.34ms 245. 3.15MB 12.2
585+
#> 2 callme 2ms 2.03ms 441. 3.13MB 22.0
586586
```
587587

588588
Interpretation:
@@ -631,14 +631,14 @@ rand_results$rand_bench_n1
631631
#> # A tibble: 2 × 6
632632
#> expression min median `itr/sec` mem_alloc `gc/sec`
633633
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
634-
#> 1 Rtinycc 1.7ms 1.78ms 533. 15.4KB 26.7
635-
#> 2 callme 968.2µs 980.34µs 1019. 0B 0
634+
#> 1 Rtinycc 1.74ms 1.82ms 508. 15.4KB 25.4
635+
#> 2 callme 943.63µs 973.47µs 1025. 0B 0
636636
rand_results$rand_bench_n4096
637637
#> # A tibble: 2 × 6
638638
#> expression min median `itr/sec` mem_alloc `gc/sec`
639639
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
640-
#> 1 Rtinycc 2.73ms 4.05ms 245. 3.13MB 12.3
641-
#> 2 callme 1.92ms 3.23ms 303. 3.13MB 15.1
640+
#> 1 Rtinycc 2.62ms 4.14ms 239. 3.13MB 11.9
641+
#> 2 callme 1.86ms 3.35ms 293. 3.13MB 14.6
642642
```
643643

644644
The usual pattern is:

articles/ffi-helpers.html

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

articles/ffi-helpers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ ptr_ref <- tcc_malloc(ptr_size)
8282
target <- tcc_malloc(4)
8383

8484
tcc_ptr_set(ptr_ref, target)
85-
#> <pointer: 0x55d56c45a010>
85+
#> <pointer: 0x55642c286440>
8686
tcc_ptr_addr(tcc_data_ptr(ptr_ref))
87-
#> [1] "94375190182864"
87+
#> [1] "93888768111840"
8888
tcc_ptr_addr(target)
89-
#> [1] "94375190182864"
89+
#> [1] "93888768111840"
9090

9191
tcc_ptr_set(ptr_ref, tcc_null_ptr())
92-
#> <pointer: 0x55d56c45a010>
92+
#> <pointer: 0x55642c286440>
9393
tcc_ptr_is_null(tcc_data_ptr(ptr_ref))
9494
#> [1] TRUE
9595

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ articles:
1212
internals: internals.html
1313
linking-external-libraries: linking-external-libraries.html
1414
treesitter-header-parsing: treesitter-header-parsing.html
15-
last_built: 2026-05-24T19:28Z
15+
last_built: 2026-05-24T19:32Z
1616
urls:
1717
reference: https://sounkou-bioinfo.github.io/Rtinycc/reference
1818
article: https://sounkou-bioinfo.github.io/Rtinycc/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<urlset xmlns = 'http://www.sitemaps.org/schemas/sitemap/0.9'>
22
<url><loc>https://sounkou-bioinfo.github.io/Rtinycc/404.html</loc></url>
33
<url><loc>https://sounkou-bioinfo.github.io/Rtinycc/AGENTS.html</loc></url>
4-
<url><loc>https://sounkou-bioinfo.github.io/Rtinycc/CLAUDE.html</loc></url>
54
<url><loc>https://sounkou-bioinfo.github.io/Rtinycc/LICENSE.html</loc></url>
65
<url><loc>https://sounkou-bioinfo.github.io/Rtinycc/articles/advanced-ffi-types.html</loc></url>
76
<url><loc>https://sounkou-bioinfo.github.io/Rtinycc/articles/compilation-and-call-overhead.html</loc></url>

0 commit comments

Comments
 (0)