Skip to content

Commit 8211aac

Browse files
committed
Deploying to gh-pages from @ 911d76e 🚀
1 parent f7be128 commit 8211aac

85 files changed

Lines changed: 91 additions & 97 deletions

File tree

Some content is hidden

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

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

articles/benchmark.md

Lines changed: 4 additions & 8 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.4 times less memory than {sf}. Not bad.
114+
In this example working with 1 million points, {duckspatial} was 62%
115+
faster and used 5.5 times less memory than {sf}. Not bad.
116116

117117
``` r
118118
ggplot(data = df_bench_join) +
@@ -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 61%
173173
faster and used 2.7 times less memory than {sf}.
174174

175175
plot
@@ -234,10 +234,6 @@ df_bench_distance <- lapply(
234234
dplyr::bind_rows()
235235
#> Warning: Some expressions had a GC in every iteration; so filtering is
236236
#> disabled.
237-
#> Warning: Some expressions had a GC in every iteration; so filtering is
238-
#> disabled.
239-
#> Warning: Some expressions had a GC in every iteration; so filtering is
240-
#> disabled.
241237

242238

243239
# calculate difference in performance
@@ -249,7 +245,7 @@ time_diff <- (1 - round(as.numeric(temp$median[1] / temp$median[2]),2))*100
249245
```
250246

251247
In this example calculating the distance between 10K points,
252-
{duckspatial} was 86% faster, but used 2 times more memory than {sf}.
248+
{duckspatial} was 89% faster, but used 2 times more memory than {sf}.
253249
Mind you that {sf} is still more efficient when calculating Euclidean
254250
distances.
255251

-681 Bytes
Loading
64 Bytes
Loading
-55 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.

authors.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.

0 commit comments

Comments
 (0)