-
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.
Implement outlines for line renderer & use them for select & hover of…
… "line-like" primitives in Viewer (#1553) * line batches support for outline masks * Allow outlines for individual line strip ranges * tweak selection outline style a bit * change outline depth test for overwritability by same depth value * rename outline_mask to outline_mask_ids
- Loading branch information
Showing
28 changed files
with
453 additions
and
213 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
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.
3813dd1
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
551073
ns/iter (± 3244
)573243
ns/iter (± 4992
)0.96
datastore/latest_at/batch/rects/query
1842
ns/iter (± 18
)1841
ns/iter (± 4
)1.00
datastore/latest_at/missing_components/primary
292
ns/iter (± 1
)289
ns/iter (± 5
)1.01
datastore/latest_at/missing_components/secondaries
444
ns/iter (± 4
)433
ns/iter (± 0
)1.03
datastore/range/batch/rects/query
148252
ns/iter (± 2018
)149846
ns/iter (± 265
)0.99
mono_points_arrow/generate_message_bundles
46262473
ns/iter (± 1320946
)49726116
ns/iter (± 931950
)0.93
mono_points_arrow/generate_messages
136482761
ns/iter (± 1522532
)130928868
ns/iter (± 1289090
)1.04
mono_points_arrow/encode_log_msg
164230560
ns/iter (± 1004696
)157823906
ns/iter (± 964768
)1.04
mono_points_arrow/encode_total
350475852
ns/iter (± 3089733
)340345147
ns/iter (± 6536630
)1.03
mono_points_arrow/decode_log_msg
184425548
ns/iter (± 1510726
)182949311
ns/iter (± 983708
)1.01
mono_points_arrow/decode_message_bundles
73548126
ns/iter (± 1342999
)68698118
ns/iter (± 1038974
)1.07
mono_points_arrow/decode_total
256776275
ns/iter (± 1923041
)249971039
ns/iter (± 1454610
)1.03
batch_points_arrow/generate_message_bundles
327515
ns/iter (± 2845
)341096
ns/iter (± 563
)0.96
batch_points_arrow/generate_messages
6179
ns/iter (± 79
)6299
ns/iter (± 15
)0.98
batch_points_arrow/encode_log_msg
367982
ns/iter (± 2502
)370650
ns/iter (± 1125
)0.99
batch_points_arrow/encode_total
717546
ns/iter (± 6153
)726231
ns/iter (± 2200
)0.99
batch_points_arrow/decode_log_msg
348140
ns/iter (± 1616
)348908
ns/iter (± 1342
)1.00
batch_points_arrow/decode_message_bundles
2051
ns/iter (± 26
)2083
ns/iter (± 6
)0.98
batch_points_arrow/decode_total
352845
ns/iter (± 2129
)355501
ns/iter (± 1212
)0.99
arrow_mono_points/insert
7014660696
ns/iter (± 24039123
)6543177068
ns/iter (± 39845980
)1.07
arrow_mono_points/query
1750550
ns/iter (± 14688
)1786556
ns/iter (± 17868
)0.98
arrow_batch_points/insert
2637840
ns/iter (± 18830
)2658024
ns/iter (± 19047
)0.99
arrow_batch_points/query
16782
ns/iter (± 117
)16855
ns/iter (± 40
)1.00
arrow_batch_vecs/insert
41488
ns/iter (± 278
)42329
ns/iter (± 107
)0.98
arrow_batch_vecs/query
500231
ns/iter (± 5039
)506446
ns/iter (± 1133
)0.99
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.