-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re_renderer: Arrow buffers as (optional) first-class citizen #1482
Conversation
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.
Nice! Does this give any visible speedup on our examples?
Yeah actually, much more than I expected oO When I crank up the visible history to really put pressure on it, there's up to 25% difference in framerate depending on the frame 😱 |
Requires #1421
Make
re_renderer
aware of arrow types (behind a feature flag), so that we don't waste time on unnecessary giant allocations & memcopies.