Skip to content

Is there a way to initialize an ImmutableKdTree from a regular KdTree? #129

@jqnatividad

Description

@jqnatividad

First off, thanks for the wonderful library @sdd !

To my query, I have a fairly involved algorithm that initializes a KdTree and it works.

After the KdTree is populated, I then serialize and persist it to a file for future use, and the tree is functionally immutable.

Would it be possible to initialize an ImmutableKdTree from the KdTree? I can then just serialize the ImmutableKdTree and get the performance benefits without materially changing my existing tree population algorithm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions