diff --git a/docs/404.html b/docs/404.html index 56f3619..c816ea3 100644 --- a/docs/404.html +++ b/docs/404.html @@ -13,8 +13,8 @@ - - + + diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 3f3077d..a425fc1 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -1,5 +1,5 @@ -License • santokuLicense • santoku diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 893723d..b6e1d0f 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -1,5 +1,5 @@ -MIT License • santokuMIT License • santoku diff --git a/docs/TODO.html b/docs/TODO.html index f69dd76..2485dd4 100644 --- a/docs/TODO.html +++ b/docs/TODO.html @@ -1,5 +1,5 @@ -TODO • santokuTODO • santoku diff --git a/docs/articles/index.html b/docs/articles/index.html index 6adb63d..435e717 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • santokuArticles • santoku diff --git a/docs/articles/santoku.html b/docs/articles/santoku.html index 0c8d2f1..eba20ec 100644 --- a/docs/articles/santoku.html +++ b/docs/articles/santoku.html @@ -14,8 +14,8 @@ - - + + diff --git a/docs/articles/website-articles/performance.html b/docs/articles/website-articles/performance.html index 3e79bbb..29315f6 100644 --- a/docs/articles/website-articles/performance.html +++ b/docs/articles/website-articles/performance.html @@ -14,8 +14,8 @@ - - + + @@ -94,7 +94,7 @@

David Hugh-Jones

-

2023-10-12

+

2024-01-02

Source: vignettes/website-articles/performance.Rmd
performance.Rmd
@@ -123,9 +123,9 @@

Speed #> # A tibble: 3 × 6 #> expression min median `itr/sec` mem_alloc `gc/sec` #> <bch:expr> <bch:t> <bch:t> <dbl> <bch:byt> <dbl> -#> 1 santoku::chop(rnorm(1e+05), -2:2) 8.43ms 8.87ms 111. 15.13MB 50.1 -#> 2 base::cut(rnorm(1e+05), -2:2) 4.32ms 4.47ms 222. 3.49MB 20.4 -#> 3 Hmisc::cut2(rnorm(1e+05), -2:2) 12.74ms 13.65ms 73.1 26.23MB 108. +#> 1 santoku::chop(rnorm(1e+05), -2:2) 7.97ms 8.44ms 118. 15.13MB 53.2 +#> 2 base::cut(rnorm(1e+05), -2:2) 4.27ms 4.43ms 225. 3.49MB 22.5 +#> 3 Hmisc::cut2(rnorm(1e+05), -2:2) 12.55ms 13.48ms 74.5 26.3MB 116.
 autoplot(mb, type = "violin")
 #> Loading required namespace: tidyr
@@ -151,9 +151,9 @@

Dates #> # A tibble: 3 × 6 #> expression min median `itr/sec` mem_alloc `gc/sec` #> <bch:expr> <bch:tm> <bch:> <dbl> <bch:byt> <dbl> -#> 1 santoku::chop(dates, break_dates) 5.49ms 5.95ms 168. 10.62MB 90.4 -#> 2 base::cut(dates, break_dates) 2.88ms 3.03ms 329. 3.91MB 31.6 -#> 3 Hmisc::cut2(dates, break_dates) 5.21ms 5.48ms 181. 15.35MB 93.1 +#> 1 santoku::chop(dates, break_dates) 5.87ms 6.22ms 162. 10.62MB 79.6 +#> 2 base::cut(dates, break_dates) 3.02ms 3.18ms 314. 3.91MB 31.4 +#> 3 Hmisc::cut2(dates, break_dates) 4.97ms 5.48ms 183. 15.35MB 98.7
 autoplot(mb_dates, type = "violin")

@@ -179,8 +179,8 @@

Cutting characters (pure R imp #> # A tibble: 2 × 6 #> expression min median `itr/sec` mem_alloc `gc/sec` #> <bch:expr> <bch> <bch:> <dbl> <bch:byt> <dbl> -#> 1 santoku::chop(lipsum, letters) 817µs 854µs 1154. 132.6KB 17.2 -#> 2 santoku::chop(seq(1, 26, length = 1… 413µs 426µs 2305. 39.4KB 30.4 +#> 1 santoku::chop(lipsum, letters) 827µs 862µs 1154. 140KB 17.2 +#> 2 santoku::chop(seq(1, 26, length = 1… 410µs 427µs 2324. 39.4KB 30.2 options(oo)
@@ -206,9 +206,9 @@ 

Many breaks#> # A tibble: 3 × 6 #> expression min median `itr/sec` mem_alloc `gc/sec` #> <bch:expr> <bch:t> <bch:t> <dbl> <bch:byt> <dbl> -#> 1 santoku::chop(rnorm(10000), many… 22.77ms 23.27ms 42.8 5.11MB 4.75 -#> 2 base::cut(rnorm(10000), many_bre… 3.44ms 3.59ms 278. 1.54MB 10.6 -#> 3 Hmisc::cut2(rnorm(10000), many_b… 9.76ms 10.2ms 98.1 6.2MB 16.0

+#> 1 santoku::chop(rnorm(10000), many… 22.64ms 23.16ms 43.1 5.11MB 5.33 +#> 2 base::cut(rnorm(10000), many_bre… 3.48ms 3.65ms 274. 1.54MB 10.6 +#> 3 Hmisc::cut2(rnorm(10000), many_b… 9.8ms 10.11ms 98.6 6.2MB 14.7
 autoplot(mb_breaks, type = "violin")

diff --git a/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-1-1.png b/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-1-1.png index c78e993..e8093b3 100644 Binary files a/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-1-1.png and b/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-2-1.png b/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-2-1.png index a289df5..85a0ff8 100644 Binary files a/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-2-1.png and b/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-3-1.png b/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-3-1.png index c0eef23..eb78915 100644 Binary files a/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-3-1.png and b/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-4-1.png b/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-4-1.png index cb3b7d8..9c76cde 100644 Binary files a/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-4-1.png and b/docs/articles/website-articles/performance_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/articles/whats-new-in-0-9-0.html b/docs/articles/whats-new-in-0-9-0.html index 4fb991e..cb20df9 100644 --- a/docs/articles/whats-new-in-0-9-0.html +++ b/docs/articles/whats-new-in-0-9-0.html @@ -14,8 +14,8 @@ - - + + diff --git a/docs/authors.html b/docs/authors.html index fe5e0c9..8583190 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • santokuAuthors and Citation • santoku @@ -77,15 +77,16 @@

Authors

Citation

Source: DESCRIPTION

-

Hugh-Jones D (2023). +

Hugh-Jones D (2024). santoku: A Versatile Cutting Tool. -https://github.com/hughjonesd/santoku, https://hughjonesd.github.io/santoku/. +R package version 0.10.0, https://hughjonesd.github.io/santoku/, https://github.com/hughjonesd/santoku.

@Manual{,
   title = {santoku: A Versatile Cutting Tool},
   author = {David Hugh-Jones},
-  year = {2023},
-  note = {https://github.com/hughjonesd/santoku, https://hughjonesd.github.io/santoku/},
+  year = {2024},
+  note = {R package version 0.10.0, https://hughjonesd.github.io/santoku/},
+  url = {https://github.com/hughjonesd/santoku},
 }