Skip to content

Commit 10f4ca4

Browse files
committed
Deploying to gh-pages from @ 5b67fb8 🚀
1 parent 8211aac commit 10f4ca4

89 files changed

Lines changed: 191 additions & 174 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.

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

LICENSE.html

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

articles/aw_interpolation.html

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

articles/benchmark.html

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

articles/benchmark.md

Lines changed: 8 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 62%
115-
faster and used 5.5 times less memory than {sf}. Not bad.
114+
In this example working with 1 million points, {duckspatial} was 59%
115+
faster and used 5.4 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 61%
172+
In this example working with 1 million points, {duckspatial} was 64%
173173
faster and used 2.7 times less memory than {sf}.
174174

175175
plot
@@ -234,6 +234,10 @@ 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.
237241

238242

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

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

855 Bytes
Loading
75 Bytes
Loading
39 Bytes
Loading

articles/duckspatial.html

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

articles/index.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)