-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re_renderer: Arrow buffers as (optional) first-class citizen (#1482)
* implement depth cloud renderer * proper rp config * self-review * handle breaking changes from main * upload depth textures through staging belt * addressing PR comments part 1 of N * work around wgpu d16 web issue * addressing PR comments part 2 of N * big refactoring of the whole quad spanning story * accomodating breaking changes * bring back coverage * todos * procedural example * clean * fix wasm cranky * set up entity props & selection panel for backprojection * integrate depth clouds into rerun * last merge conflicts * huh, nasty * everything working as i want * cleanin up * self review * arrow as a first-class citizen * compute auto heuristics properly * gentle radius scale * explicitly enable arrow for re_viewer
- Loading branch information
Showing
7 changed files
with
30 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
042240e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust Benchmark
datastore/insert/batch/rects/insert
535325
ns/iter (± 8175
)551075
ns/iter (± 4665
)0.97
datastore/latest_at/batch/rects/query
1798
ns/iter (± 19
)1808
ns/iter (± 5
)0.99
datastore/latest_at/missing_components/primary
346
ns/iter (± 6
)356
ns/iter (± 2
)0.97
datastore/latest_at/missing_components/secondaries
425
ns/iter (± 6
)422
ns/iter (± 3
)1.01
datastore/range/batch/rects/query
146994
ns/iter (± 2146
)150240
ns/iter (± 2085
)0.98
mono_points_arrow/generate_message_bundles
44338774
ns/iter (± 1578010
)49053814
ns/iter (± 2443665
)0.90
mono_points_arrow/generate_messages
132149687
ns/iter (± 1917376
)136929232
ns/iter (± 1351940
)0.97
mono_points_arrow/encode_log_msg
168587948
ns/iter (± 2309499
)167189745
ns/iter (± 997675
)1.01
mono_points_arrow/encode_total
354260027
ns/iter (± 3645159
)355925554
ns/iter (± 5163442
)1.00
mono_points_arrow/decode_log_msg
183555336
ns/iter (± 2600001
)187054410
ns/iter (± 1137135
)0.98
mono_points_arrow/decode_message_bundles
70359425
ns/iter (± 1293964
)71930702
ns/iter (± 1607760
)0.98
mono_points_arrow/decode_total
249807350
ns/iter (± 3363403
)266507009
ns/iter (± 3993786
)0.94
batch_points_arrow/generate_message_bundles
319531
ns/iter (± 4260
)334203
ns/iter (± 587
)0.96
batch_points_arrow/generate_messages
5944
ns/iter (± 82
)6249
ns/iter (± 17
)0.95
batch_points_arrow/encode_log_msg
348286
ns/iter (± 3586
)369439
ns/iter (± 1707
)0.94
batch_points_arrow/encode_total
681749
ns/iter (± 6844
)724084
ns/iter (± 12310
)0.94
batch_points_arrow/decode_log_msg
345234
ns/iter (± 3423
)357228
ns/iter (± 1481
)0.97
batch_points_arrow/decode_message_bundles
1985
ns/iter (± 32
)2107
ns/iter (± 5
)0.94
batch_points_arrow/decode_total
350955
ns/iter (± 3029
)351783
ns/iter (± 2166
)1.00
arrow_mono_points/insert
7019332677
ns/iter (± 20357376
)7256577931
ns/iter (± 40153605
)0.97
arrow_mono_points/query
1652387
ns/iter (± 31493
)1777555
ns/iter (± 19146
)0.93
arrow_batch_points/insert
2555820
ns/iter (± 25746
)2625185
ns/iter (± 12291
)0.97
arrow_batch_points/query
15423
ns/iter (± 182
)16024
ns/iter (± 157
)0.96
arrow_batch_vecs/insert
40901
ns/iter (± 434
)41636
ns/iter (± 305
)0.98
arrow_batch_vecs/query
485801
ns/iter (± 8610
)505694
ns/iter (± 828
)0.96
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.