Skip to content

serializability #1

@geoHeil

Description

@geoHeil

This implementation is not serializable.

I would like to broadcast the rtree2 in spark. this requires me to have it serializable.
How could I add this functionality back in?

// deserialize the entries from disk (for example)
List<Entry<Thing, Point> entries = ...
// bulk load
RTree<Thing, Point> tree = RTree.maxChildren(28).star().create(entries); 

how could something like this work in the case of a spark broadcast variable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions