Skip to content

Optimizing the angular hits #170

@cgyurgyik

Description

@cgyurgyik

Currently, the angular hit functions are the computational bottlenecks with many, many floating point operations. So the question is then, how can we reduce the number of calculations, branch predictors, and complexity without affecting the soundness of the algorithm.

What I've done so far:

  • Tried to reduce as many calculations as possible from per ray to per grid. See all of these in SphericalVoxelGrid.h

Metadata

Metadata

Assignees

No one assigned

    Labels

    optimizationImprove code performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions