Changes between Version 67 and Version 68 of Grass7/VectorLib
- Timestamp:
- 08/30/11 10:22:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/VectorLib
v67 v68 100 100 For more information see [wiki:Grass7/VectorLib/PostGISEditing Direct PostGIS geometry editing]. 101 101 102 == Redesign support structures==102 == Vector Category Index == 103 103 104 Reduce memory requirements particularly for points and lines. See #542.104 Use a search tree to keep the category index always sorted and for fast insertion/deletion. This change would considerably improve the scalability when editing large vectors or adding or removing features while maintaining topology. Needs testing if a search tree is considerably faster than e.g. insertion sort. 105 105 106 106 TODO