Thread: [HACKERS] Z-curve spatial index

[HACKERS] Z-curve spatial index

From
Boris Muratshin
Date:
Hi hackers,

I've implemented subj algorithm as PostgreSQL extension.
It looks like this realization is such as fast as R-Tree but sufficiently more simple & compact.
you can find the algirithm description and some benchmarks in comparison with GiST R-Tree.

The extension sources are uploaded at https://github.com/bmuratshin/zcurve/tree/raw-2D 
under the BSD license.

Feel free to connect with me if you have some questions.

Regards,
Boris