Is there any in memory spatial index specialized for frequent updating point objects?
The dataset will be moving cars, most likely update per second but with millions of them.
The project will be written in c/c++.
Is there any in memory spatial index specialized for frequent updating point objects?
The dataset will be moving cars, most likely update per second but with millions of them.
The project will be written in c/c++.
Yes, Try TPR-tree from libspatialindex. It features: