Skip to content

Commit 876b367

Browse files
committed
Deploying to gh-pages from @ 5a407e5 🚀
1 parent 1e365fd commit 876b367

62 files changed

Lines changed: 128 additions & 3411 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/aw_interpolation.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.

articles/benchmark.html

Lines changed: 7 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: 6 additions & 4 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 58%
115-
faster and used 5.4 times less memory than {sf}. Not bad.
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.
116116

117117
``` r
118118
ggplot(data = df_bench_join) +
@@ -171,7 +171,7 @@ memo_diff <- round(as.numeric(temp$mem_alloc[2] / temp$mem_alloc[1]),1)
171171
time_diff <- (1 - round(as.numeric(temp$median[1] / temp$median[2]),2))*100
172172
```
173173

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

177177
plot
@@ -238,6 +238,8 @@ df_bench_distance <- lapply(
238238
#> disabled.
239239
#> Warning: Some expressions had a GC in every iteration; so filtering is
240240
#> disabled.
241+
#> Warning: Some expressions had a GC in every iteration; so filtering is
242+
#> disabled.
241243

242244

243245
# calculate difference in performance
@@ -249,7 +251,7 @@ time_diff <- (1 - round(as.numeric(temp$median[1] / temp$median[2]),2))*100
249251
```
250252

251253
In this example calculating the distance between 10K points,
252-
{duckspatial} was 85% faster, but used 2 times more memory than {sf}.
254+
{duckspatial} was 86% faster, but used 2 times more memory than {sf}.
253255
Mind you that {sf} is still more efficient when calculating Euclidean
254256
distances.
255257

-138 Bytes
Loading
-333 Bytes
Loading
-37 Bytes
Loading

articles/duckspatial.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.

articles/spatial_joins.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.

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-08T18:28Z
9+
last_built: 2026-01-09T18:53Z
1010
urls:
1111
reference: https://cidree.github.io/duckspatial/reference
1212
article: https://cidree.github.io/duckspatial/articles

reference/ddbs_area.html

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

0 commit comments

Comments
 (0)