Hacker News new | ask | show | jobs
by midjji 1967 days ago
Could this be used for/generalized for Nd spatial proximity lookup tables?
2 comments

Yep, I'm working on a multidimensional version that I hope to upload to the main repo (https://github.com/gvinciguerra/PGM-index) in a few weeks.
How does it compare to RTree?
Neat :)
Yeah I was curious about using it for raytracing, maybe like a kd-tree where you consider one dimension per level.
Hi @magicalhippo and @midjji. Please, have a look at the main repo, I just uploaded an implementation of the multidimensional PGM-index supporting orthogonal range searches ;)
Awesome, thanks for the follow-up!