Skip to content
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

improvement: Reduce Memory overhead of default appearance array #3882

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 8, 2023

  1. WIP: Reduce Memory overhead of default appearance

    This allocates an array of the size of the input texture.
    If we have over 8mill nodes this is about 67MB
    array allocated with repeating data
    
    We split it into multiple arrays to avoid memory, while keeping fast
    performance.
    Strepto committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8e5e327 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Refac a bit

    Strepto committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a03301e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c56c3c View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Strepto committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    73961d0 View commit details
    Browse the repository at this point in the history
  4. Cleanup 2

    Strepto committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    daffd98 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    0414be6 View commit details
    Browse the repository at this point in the history