Skip to content

Commit a6744af

Browse files
committed
Deploying to gh-pages from @ 20e68a2 🚀
1 parent 876b367 commit a6744af

7 files changed

Lines changed: 8 additions & 12 deletions

File tree

articles/benchmark.html

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

articles/benchmark.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ memo_diff <- round(as.numeric(temp$mem_alloc[2] / temp$mem_alloc[1]),1)
111111
time_diff <- (1 - round(as.numeric(temp$median[1] / temp$median[2]),2))*100
112112
```
113113

114-
In this example working with 1 million points, {duckspatial} was 57%
115-
faster and used 5.5 times less memory than {sf}. Not bad.
114+
In this example working with 1 million points, {duckspatial} was 58%
115+
faster and used 5.4 times less memory than {sf}. Not bad.
116116

117117
``` r
118118
ggplot(data = df_bench_join) +
@@ -159,8 +159,6 @@ df_bench_filter <- lapply(
159159
dplyr::bind_rows()
160160
#> Warning: Some expressions had a GC in every iteration; so filtering is
161161
#> disabled.
162-
#> Warning: Some expressions had a GC in every iteration; so filtering is
163-
#> disabled.
164162

165163

166164
# calculate difference in performance
@@ -171,7 +169,7 @@ memo_diff <- round(as.numeric(temp$mem_alloc[2] / temp$mem_alloc[1]),1)
171169
time_diff <- (1 - round(as.numeric(temp$median[1] / temp$median[2]),2))*100
172170
```
173171

174-
In this example working with 1 million points, {duckspatial} was 76%
172+
In this example working with 1 million points, {duckspatial} was 64%
175173
faster and used 2.7 times less memory than {sf}.
176174

177175
plot
426 Bytes
Loading
129 Bytes
Loading
53 Bytes
Loading

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ articles:
66
benchmark: benchmark.html
77
duckspatial: duckspatial.html
88
spatial_joins: spatial_joins.html
9-
last_built: 2026-01-09T18:53Z
9+
last_built: 2026-01-09T19:50Z
1010
urls:
1111
reference: https://cidree.github.io/duckspatial/reference
1212
article: https://cidree.github.io/duckspatial/articles

search.json

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

0 commit comments

Comments
 (0)