Skip to content

rouault/sqlite_rtree_bulk_load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SQLite R*Tree bulk loading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages