Skip to content

Commit 8f3ae41

Browse files
committed
Deploying to gh-pages from @ 911d76e 🚀
1 parent a6744af commit 8f3ae41

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

articles/benchmark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ memo_diff <- round(as.numeric(temp$mem_alloc[2] / temp$mem_alloc[1]),1)
169169
time_diff <- (1 - round(as.numeric(temp$median[1] / temp$median[2]),2))*100
170170
```
171171

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

175175
plot
@@ -249,7 +249,7 @@ time_diff <- (1 - round(as.numeric(temp$median[1] / temp$median[2]),2))*100
249249
```
250250

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

-455 Bytes
Loading
-230 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-09T19:50Z
9+
last_built: 2026-01-10T07:21Z
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)