Anyone tried using boost::serialization with boost::geometry::rtree?

102 Views Asked by At

I am using boost::mpi with boost::geometry and would like to broadcast a boost::geometry rtree index. The easy workaround is to build the index on each node, but I thought I'd ask to see if anyone has a solution. I know there is some non-boost::serialization support in boost::geometry for serializing indices. Perhaps that could be combined with boost::mpi somehow. Serialization would also be nice for dumping/loading state, although again, I could rebuild the index each time if I have to. Thanks.

1

There are 1 best solutions below

1
THK On

Seems it is desired but not completed. https://github.com/boostorg/geometry/issues/859