Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 828 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 828 Bytes

serializable-rtree

It's serializable-rtree

It's library for rtree serializable. R-tree structure could be saved to file or stream and could be loaded.

This library is under development.

  • Supports default insertion algorithm using quadratic split.
  • Supports default range query.
  • Supports default KNN query using simple MINDIST.

random data N=4 test1

random data N=8 test1

KNN Query Result

realwakka@realwakka-Home:~/laboratory/serializable-rtree$ ./test_knn 
KNN results: 3 17 1 8 4

output