librangetree is a C++ template, implementing a 2D range tree for both counting and reporting queries. It is just about the fastest way to do 2D searches.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versión incorpora un bloque de memoria para ptys. Tiene 0-17% speedup en creación y aumento de velocidad de 0-10% en las búsquedas. Esto cae consumo de RAM en un 4%.
This release adds a memory pool for ptys. It has 0-17% speedup in creation and 0-10% speedup in searches. This drops RAM usage by about 4%.
Esta versión optimiza el uso de RAM en plataformas de 64 bits, mejora en un 37%. Ya que puede tener un efecto perjudicial sobre la velocidad de búsqueda de informes, esta optimización puede desactivarse si lo desea.
This release optimizes the RAM use on 64-bit platforms, improving it by 37%. Since it may have a detrimental effect on reporting search speed, this optimization can be disabled if desired.
Esta versión mejora el uso de valores negativos. Se quita la asignación en el montón de búsquedas, con una mejoría de 0-12% en la velocidad de búsqueda. Hay actualizaciones de la documentación.
This release improves the use of negative values. It removes heap allocation from searches, with an improvement of 0-12% in search speed. There are documentation updates.