Hi,
We are using a Quadtree in our query code to help optimize the click performance. The good thing is that the performance is very fast. The bad thing is that the Quadtree requires a lot memory.
For example, we instantiate 14,610 evelopes as input to the quadtree, but, with a memory profiler, I see that 90,821 evelope instances and 76,184 node instances have been created.
Is this what you expect? Is there something more memory efficient and equally performant that I should consider?
Thanks,
Greg