Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 821 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 821 Bytes

sqlite_rtree_bulk_load

Description

Fork of https://github.com/tidwall/rtree.c that implements the R*Tree algorithm of SQLite (which is the one of http://www.sai.msu.su/~megera/postgres/gist/papers/Rstar3.pdf, without the forced reinsertion step), and offer fast initial creation of the SQLite R*Tree.

Notes

sqlite_rtree_bulk_load.c can be built either as a C99 or a C++ source code. Performance will be slightly better when built as C++.

This is meant to be vendorized into your own code.

Credits

License

sqlite_rtree_bulk_load source code is available under the MIT License.