mikolalysenko / point-in-big-polygon

Industrial strength point in polygon test
MIT License
18 stars 3 forks source link

Storing the preprocessing step in database #4

Open spiritinlife opened 6 years ago

spiritinlife commented 6 years ago

Do you think storing the preprocessing step is possible?

I believe that if I modify buildVerticalIndex and store the intervalTable, I will then be able to get it back and give it to intervalSearch.

Thank you

spiritinlife commented 6 years ago

I created a fork that seems to work, it needed some more work that i originally thought. If you can take a look it would be great. The initial tests show that i have not broken anything :)

Fork: https://github.com/spiritinlife/point-in-big-polygon