We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Rerun Viewer currently use more memory than necessary. Luckily there are a bunch of low-hanging fruit. Like:
LogMsg
DynamicImage
Don't cache DynamicImage in the ImageCache. It is only used when zooming in on an image, and we could do that on the GPU instead
ImageCache
We currently use 2x the VRAM for textures:
The text was updated successfully, but these errors were encountered:
This is a badly named tracking issue. Let's just use the individual issues.
Sorry, something went wrong.
teh-cmc
No branches or pull requests
The Rerun Viewer currently use more memory than necessary. Luckily there are a bunch of low-hanging fruit. Like:
LogMsg
:es. #1394Images
DynamicImage
Don't cache
DynamicImage
in theImageCache
.It is only used when zooming in on an image, and we could do that on the GPU instead
Don't store textures twice
We currently use 2x the VRAM for textures:
The text was updated successfully, but these errors were encountered: