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

optimize condenseTree and computeBoundingBox #44

Merged
merged 2 commits into from
Aug 19, 2022
Merged

optimize condenseTree and computeBoundingBox #44

merged 2 commits into from
Aug 19, 2022

Commits on Aug 18, 2022

  1. optimize condenseTree and computeBoundingBox

    condenseTree contains memory allocations that when triggered causes the
    following time spent:
    
    runtime.mheap.alloc 39.27%
    
    Similarly, particular Delete heavy workloads might trigger unnecessary
    
    computeBoundingBox 16.57%
    
    This change fixes these performance issues.
    FuMin Wang (王富民) authored and FuMin Wang (王富民) committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9feeb0a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Apply suggestions from code review

    Co-authored-by: Daniel Connelly <dhconnelly@gmail.com>
    fumin and dhconnelly authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    11ad568 View commit details
    Browse the repository at this point in the history