-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gpu picking for depth clouds (#1849)
* wip * allow for hovering depth clouds via gpu picking * Use `[x, y]: [u32; 2]` as argument --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
- Loading branch information
Showing
11 changed files
with
132 additions
and
75 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ | |
"andreas", | ||
"bbox", | ||
"bindgroup", | ||
"colormap", | ||
"emath", | ||
"framebuffer", | ||
"hoverable", | ||
|
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
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
Oops, something went wrong.
43aa22c
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/num_rows=1000/num_instances=1000/packed=false/insert/default
3453605
ns/iter (± 85619
)2852704
ns/iter (± 21231
)1.21
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at/default
382
ns/iter (± 1
)373
ns/iter (± 1
)1.02
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/primary/default
260
ns/iter (± 0
)263
ns/iter (± 0
)0.99
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default
429
ns/iter (± 0
)428
ns/iter (± 3
)1.00
datastore/num_rows=1000/num_instances=1000/packed=false/range/default
3587312
ns/iter (± 78211
)3009035
ns/iter (± 43998
)1.19
datastore/num_rows=1000/num_instances=1000/gc/default
2393440
ns/iter (± 5822
)2408992
ns/iter (± 4118
)0.99
mono_points_arrow/generate_message_bundles
28645528
ns/iter (± 1103451
)25981595
ns/iter (± 1075637
)1.10
mono_points_arrow/generate_messages
126079280
ns/iter (± 1122217
)126119089
ns/iter (± 1060834
)1.00
mono_points_arrow/encode_log_msg
158006436
ns/iter (± 1489958
)151868790
ns/iter (± 727445
)1.04
mono_points_arrow/encode_total
316136034
ns/iter (± 2245072
)307780989
ns/iter (± 1190617
)1.03
mono_points_arrow/decode_log_msg
190644173
ns/iter (± 1090403
)189773175
ns/iter (± 754118
)1.00
mono_points_arrow/decode_message_bundles
70246697
ns/iter (± 643546
)66584331
ns/iter (± 1362202
)1.06
mono_points_arrow/decode_total
258257827
ns/iter (± 1651580
)257295181
ns/iter (± 1313075
)1.00
mono_points_arrow_batched/generate_message_bundles
24318215
ns/iter (± 1613499
)18569914
ns/iter (± 694315
)1.31
mono_points_arrow_batched/generate_messages
4626122
ns/iter (± 292249
)4195581
ns/iter (± 67311
)1.10
mono_points_arrow_batched/encode_log_msg
1374366
ns/iter (± 2270
)1388007
ns/iter (± 5036
)0.99
mono_points_arrow_batched/encode_total
32679020
ns/iter (± 1819398
)26182709
ns/iter (± 989471
)1.25
mono_points_arrow_batched/decode_log_msg
782142
ns/iter (± 3285
)776133
ns/iter (± 2075
)1.01
mono_points_arrow_batched/decode_message_bundles
7679188
ns/iter (± 155523
)7503276
ns/iter (± 52464
)1.02
mono_points_arrow_batched/decode_total
8692322
ns/iter (± 286545
)8449150
ns/iter (± 105483
)1.03
batch_points_arrow/generate_message_bundles
191478
ns/iter (± 494
)190530
ns/iter (± 553
)1.00
batch_points_arrow/generate_messages
5195
ns/iter (± 8
)5148
ns/iter (± 13
)1.01
batch_points_arrow/encode_log_msg
264805
ns/iter (± 1647
)257103
ns/iter (± 799
)1.03
batch_points_arrow/encode_total
485864
ns/iter (± 3357
)486061
ns/iter (± 1148
)1.00
batch_points_arrow/decode_log_msg
212794
ns/iter (± 649
)209350
ns/iter (± 472
)1.02
batch_points_arrow/decode_message_bundles
1899
ns/iter (± 2
)1901
ns/iter (± 5
)1.00
batch_points_arrow/decode_total
221980
ns/iter (± 1781
)217947
ns/iter (± 620
)1.02
arrow_mono_points/insert
2525712931
ns/iter (± 6101896
)2494136283
ns/iter (± 6088715
)1.01
arrow_mono_points/query
1195489
ns/iter (± 6901
)1184101
ns/iter (± 11938
)1.01
arrow_batch_points/insert
1143470
ns/iter (± 5090
)1145343
ns/iter (± 2199
)1.00
arrow_batch_points/query
14892
ns/iter (± 29
)15033
ns/iter (± 46
)0.99
arrow_batch_vecs/insert
28145
ns/iter (± 54
)26669
ns/iter (± 65
)1.06
arrow_batch_vecs/query
368260
ns/iter (± 226
)325346
ns/iter (± 783
)1.13
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.