rerun
rerun copied to clipboard
`rr.log(…, rr.Image(…))` slow
A user reported logging 4k video frames using log_image (without jpeg compression) and streaming it to the Rerun Viewer. The SDK was the bottle-neck, NOT the viewer. I want to understand why.
Related:
- https://github.com/rerun-io/rerun/issues/3084
- https://github.com/rerun-io/rerun/issues/4100
We should ask them to try again with 0.9 and see if this is still a problem
We've rewritten this code path so many times; I'm gonna just assume this isn't an issue anymore