davidmoten/rtree

Add support for Hilbert packing (bulk load)

Open

#74 ouverte le 11 janv. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Java (209 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 038 stars)
Métriques de merge PR
 (Merge moyen 1m) (1 PR mergée en 30 j)

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.

Guide contributeur