Boost logo

Boost Users :

Subject: [Boost-users] [geometry] Stable and fast rtree serialize/de-serialize
From: é‚“å°§ (torshie_at_[hidden])
Date: 2016-10-27 05:32:13


Hi all,

How can I serialize/deserialize a Boost.Geometry rtree reliably and
efficiently ?

I tried the experimental rtree serialization support built-in
(-DBOOST_GEOMETRY_INDEX_DETAIL_EXPERIMENTAL=1), I found that the
implementation was unstable and failed to deserialize sometimes. I don't
even know whether it corrupted any of the tree nodes.

I also implemented a slow hack: save all tree nodes during serialization
and rebuild the rtree during deserialization. I want something faster.
Serialization time isn't important to me, I just need a faster
deserialization (as fast as the experimental implementation)

Thanks



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net