-
Notifications
You must be signed in to change notification settings - Fork 376
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 points 2d/3d/depth & use them for select & hov…
…er in Viewer (#1568) * support outline mask ids for point batches * unify sphere_quad_coverage computation * single point outlines, in style of line renderer * outline based selection/hover for 2d points * Removed a bunch of now unused functions * implement outlines for depth clouds * use match & unreachable!() when deciding on render pipelines for a given phase
- Loading branch information
Showing
17 changed files
with
498 additions
and
326 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
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.
4b4f76a
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
562959
ns/iter (± 1942
)549349
ns/iter (± 5216
)1.02
datastore/latest_at/batch/rects/query
1870
ns/iter (± 24
)1833
ns/iter (± 10
)1.02
datastore/latest_at/missing_components/primary
285
ns/iter (± 0
)275
ns/iter (± 4
)1.04
datastore/latest_at/missing_components/secondaries
430
ns/iter (± 2
)430
ns/iter (± 32
)1
datastore/range/batch/rects/query
150712
ns/iter (± 162
)148263
ns/iter (± 1165
)1.02
mono_points_arrow/generate_message_bundles
49943776
ns/iter (± 1019565
)44194262
ns/iter (± 1326471
)1.13
mono_points_arrow/generate_messages
136959101
ns/iter (± 1307296
)134860560
ns/iter (± 1624773
)1.02
mono_points_arrow/encode_log_msg
162981040
ns/iter (± 1575035
)159170609
ns/iter (± 1575552
)1.02
mono_points_arrow/encode_total
350729238
ns/iter (± 7978324
)346095093
ns/iter (± 2902861
)1.01
mono_points_arrow/decode_log_msg
187301200
ns/iter (± 1416312
)182029425
ns/iter (± 1915438
)1.03
mono_points_arrow/decode_message_bundles
74424512
ns/iter (± 1146664
)72303207
ns/iter (± 1267471
)1.03
mono_points_arrow/decode_total
256439555
ns/iter (± 2377718
)252226049
ns/iter (± 2493314
)1.02
batch_points_arrow/generate_message_bundles
331018
ns/iter (± 388
)325164
ns/iter (± 2887
)1.02
batch_points_arrow/generate_messages
6562
ns/iter (± 48
)6200
ns/iter (± 83
)1.06
batch_points_arrow/encode_log_msg
366666
ns/iter (± 1249
)360493
ns/iter (± 2536
)1.02
batch_points_arrow/encode_total
717026
ns/iter (± 2767
)710243
ns/iter (± 4535
)1.01
batch_points_arrow/decode_log_msg
346764
ns/iter (± 750
)346548
ns/iter (± 1808
)1.00
batch_points_arrow/decode_message_bundles
2139
ns/iter (± 2
)1996
ns/iter (± 32
)1.07
batch_points_arrow/decode_total
352874
ns/iter (± 616
)350147
ns/iter (± 1721
)1.01
arrow_mono_points/insert
7008291089
ns/iter (± 28976635
)7085119025
ns/iter (± 22729926
)0.99
arrow_mono_points/query
1777516
ns/iter (± 9268
)1723641
ns/iter (± 17748
)1.03
arrow_batch_points/insert
2650868
ns/iter (± 35917
)2561025
ns/iter (± 27607
)1.04
arrow_batch_points/query
16893
ns/iter (± 15
)16597
ns/iter (± 369
)1.02
arrow_batch_vecs/insert
42484
ns/iter (± 129
)41201
ns/iter (± 332
)1.03
arrow_batch_vecs/query
505625
ns/iter (± 577
)496623
ns/iter (± 3373
)1.02
tuid/Tuid::random
34
ns/iter (± 1
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.