[josm-dev] Changeset 2427
Dave Hansen
dave at sr71.net
Tue Nov 10 17:33:25 GMT 2009
This changeset:
http://josm.openstreetmap.de/changeset/2427/
removes the way_bbox_cache. Unfortunately, this just *KILLS*
performance. It makes some of my way search tests 10-20x slower. We
use getBBox() really, really often and the CPU we use repeatedly
recreating them ends up being the bottleneck.
Could we put the way_bbox_cache back temporarily? I don't think it was
hurting anything.
-- Dave
More information about the josm-dev
mailing list