Skip to content

Commit 741787b

Browse files
committed
Deploying to gh-pages from @ cd4008a 🚀
1 parent d9953f7 commit 741787b

File tree

74 files changed

+111
-111
lines changed

Some content is hidden

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

74 files changed

+111
-111
lines changed

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.

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

CONTRIBUTING.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/dists-categorical.html

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

articles/dists-categorical.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ bench::mark (full = dodgr_dists_categorical (graph, from, to),
137137
## # A tibble: 2 × 3
138138
## expression min median
139139
## <bch:expr> <dbl> <dbl>
140-
## 1 full 0.450 0.451
141-
## 2 prop_only 0.267 0.274
140+
## 1 full 0.657 0.657
141+
## 2 prop_only 0.249 0.252
142142

143143
The default value of `proportions_only = FALSE` should be used only if
144144
additional information from the distance matrices themselves is required
@@ -251,9 +251,9 @@ bench::mark (full = dodgr_dists_categorical (graph, from, to),
251251
## # A tibble: 3 × 3
252252
## expression min median
253253
## <bch:expr> <dbl> <dbl>
254-
## 1 full 0.451 0.452
255-
## 2 prop_only 0.264 0.264
256-
## 3 dlimit 0.0687 0.0715
254+
## 1 full 0.660 0.660
255+
## 2 prop_only 0.251 0.252
256+
## 3 dlimit 0.0658 0.0664
257257

258258
Finally, note that the efficiency of distance-threshold queries scales
259259
non-linearly with increases in `dlimit`, with queries quickly becoming

articles/dodgr.html

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

articles/dodgr.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -724,17 +724,17 @@ compare_heaps (graph, nverts = 100)
724724
## # A tibble: 11 × 6
725725
## expression min median `itr/sec` mem_alloc `gc/sec`
726726
## <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
727-
## 1 BHeap 1.52ms 1.58ms 631. 45.3KB 12.6
728-
## 2 FHeap 1.54ms 1.6ms 621. 45.3KB 10.4
729-
## 3 TriHeap 1.54ms 1.6ms 624. 45.3KB 12.6
730-
## 4 TriHeapExt 1.38ms 1.42ms 699. 48.4KB 14.8
731-
## 5 Heap23 1.54ms 1.61ms 620. 45.3KB 10.5
732-
## 6 BHeap_contracted 1.33ms 1.39ms 716. 20.1KB 14.8
733-
## 7 FHeap_contracted 1.34ms 1.39ms 715. 20.1KB 12.6
734-
## 8 TriHeap_contracted 1.34ms 1.39ms 715. 20.1KB 14.8
735-
## 9 TriHeapExt_contracted 1.1ms 1.14ms 869. 20.1KB 16.9
736-
## 10 Heap23_contracted 1.35ms 1.4ms 712. 20.1KB 12.6
737-
## 11 igraph 724.8µs 773.38µs 1286. 492.8KB 17.0
727+
## 1 BHeap 1.51ms 1.56ms 637. 45.3KB 12.7
728+
## 2 FHeap 1.51ms 1.58ms 630. 45.3KB 10.5
729+
## 3 TriHeap 1.54ms 1.59ms 625. 45.3KB 12.7
730+
## 4 TriHeapExt 1.41ms 1.44ms 691. 48.4KB 14.9
731+
## 5 Heap23 1.54ms 1.6ms 619. 45.3KB 10.5
732+
## 6 BHeap_contracted 1.3ms 1.38ms 725. 20.1KB 14.9
733+
## 7 FHeap_contracted 1.31ms 1.38ms 725. 20.1KB 12.7
734+
## 8 TriHeap_contracted 1.31ms 1.37ms 727. 20.1KB 14.9
735+
## 9 TriHeapExt_contracted 1.1ms 1.16ms 859. 20.1KB 14.9
736+
## 10 Heap23_contracted 1.3ms 1.36ms 730. 20.1KB 14.9
737+
## 11 igraph 698.98µs 737.5µs 1338. 492.8KB 17.3
738738

739739
The key column of that `data.frame` is `relative`, which quantifies the
740740
relative performance of each test in relation to the best which is given
@@ -832,8 +832,8 @@ bench::mark (
832832
## # A tibble: 2 × 6
833833
## expression min median `itr/sec` mem_alloc `gc/sec`
834834
## <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
835-
## 1 full 12.96ms 13.32ms 74.1 1.24MB 4.23
836-
## 2 contracted 2.54ms 2.63ms 379. 280.59KB 8.37
835+
## 1 full 12.53ms 12.97ms 77.0 1.24MB 4.28
836+
## 2 contracted 2.53ms 2.61ms 381. 280.59KB 8.41
837837

838838
And contracting the graph has a similar effect of speeding up pairwise
839839
routing between these 100 points. All routing algorithms scale

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

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

0 commit comments

Comments
 (0)