davidmoten/rtree

Add support for Hilbert packing (bulk load)

Open

#74 建立於 2018年1月11日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Java (209 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (1,038 star)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 1 個 PR)

描述

I am dealing with quite large data set (~22M) and this data is static in nature. While I do not care much on insert performance, I would like to improve RTree structure resulting into search efficiencies. For this, I would like to introduce Hilbert packing in parallel to STR packing which was recently put in place. Based upon data compositions, shape and distribution one packing algo. may perform better than the other. More importantly, its quite straight forward.

貢獻者指南