Changeset 45799

Timestamp:
May 26, 2008, 11:10:02 PM (14 years ago)
Author:
mconsoni
Message:
  • Allow more data on each node. It's finished, so now the number of points per node is variable. Anyways, it's defined in an obscure variable, I want it as a template parameter for clarity. Luckily, all the regression tests are working after that change. I compared the performance for different node sizes, greater sizes tend to be slower at insertion, but not much faster for querying. I think that the advantage is on memory usage, but I haven't measured that yet.
  • Not a "next step" but I reimplemented great part of the "rectangle query" code, it had a bug that I've hunted today for some hours.
  • Finally, I've been testing a bit more the "rectangle query". A test for that now is included in simple_test and performance_test. I've coded with GEOS a similar test and the performance seems to be very similar in this specific case.
(No files)

Note: See TracChangeset for help on using the changeset viewer.