Tagged Questions
9
votes
8answers
2k views
Calculate the Hilbert value of a point for use in a Hilbert R-Tree?
I have an application where a Hilbert R-Tree (wikipedia) (citeseer) would seem to be an appropriate data structure. Specifically, it requires reasonably fast spatial queries over a data set that will ...
5
votes
1answer
132 views
What might be the best method of storing Mandelbrot values in a database?
I'm currently experimenting with rendering a Mandelbrot set and I've quickly come to realize that it would be useful to not have to recalculate the maximum iteration count for each rendering...on the ...