davidmoten/rtree

Add support for Hilbert packing (bulk load)

Open

#74 opened on Jan 11, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (1,038 stars) (209 forks)batch import
enhancementhelp wanted

Description

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.

Contributor guide

Add support for Hilbert packing (bulk load) · davidmoten/rtree#74 | Good First Issue