mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Instead of requiring all linestrings to be constructed by first creating QgsPointSequence (requiring creation or conversion of points to QgsPointV2), allow construction of LineStrings directly from vectors of values (fastest!) or lists of QgsPoint. Likely results in speedups for lots of geometry operations, but using the same layer as earlier tested for densify improvements the densify operation time dropped further from 25 seconds to 15 seconds.