Skip to content

Better Algorithm for Voxel Graph #36

@william-silversmith

Description

@william-silversmith

Currently, we increase the volume 8x in order to accommodate the voxel graph. For a 512x512x512 uint64 volume, this increases the memory usage.

# Non-Voxel Graph
1 uint64 volume: 1,073 MB
1 float32 output: 536 MB
Total: 1.609 GB

# Current Voxel Graph
1 uint64 volume: 1,073 MB
1 8x uint64 intermediate volume: 8,584 MB
1 8x float32 intermediate output: 4,288 MB
1 uint32 graph: 536 MB
1 float32 output: 536 MB
Total: 15.017 GB

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions