davidmoten/rtree

Add support for Hilbert packing (bulk load)

Open

#74 aberto em 11 de jan. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Java (209 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (1.038 stars)
Métricas de merge de PR
 (Mesclagem média 1m) (1 fundiu PR em 30d)

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.

Guia do colaborador