Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix inefficient QString splitting
QString::split with single characters is about 10x faster than QString::split using QStrings
- Loading branch information
Showing
with
39 additions
and 39 deletions.
- +2 −2 src/app/qgsoptions.cpp
- +2 −2 src/app/qgsprojectproperties.cpp
- +3 −3 src/app/qgsversionmigration.cpp
- +1 −1 src/gui/qgsmetadatawidget.cpp
- +3 −3 src/plugins/grass/qgsgrassmapcalc.cpp
- +1 −1 src/plugins/grass/qgsgrassmodule.cpp
- +1 −1 src/plugins/grass/qgsgrassmoduleinput.cpp
- +1 −1 src/plugins/grass/qgsgrassmoduleoptions.cpp
- +5 −5 src/plugins/grass/qgsgrassmoduleparam.cpp
- +1 −1 src/providers/arcgisrest/qgsafsprovider.cpp
- +1 −1 src/providers/arcgisrest/qgsamsdataitems.cpp
- +1 −1 src/providers/arcgisrest/qgsamssourceselect.cpp
- +1 −1 src/providers/arcgisrest/qgsarcgisrestutils.cpp
- +4 −4 src/providers/grass/qgsgrass.cpp
- +2 −2 src/providers/grass/qgsgrassprovidermodule.cpp
- +1 −1 src/providers/grass/qgsgrassrasterprovider.cpp
- +1 −1 src/providers/wfs/qgswfsprovider.cpp
- +1 −1 src/server/services/wfs/qgswfsparameters.cpp
- +1 −1 src/server/services/wfs/qgswfstransaction.cpp
- +1 −1 src/server/services/wfs/qgswfstransaction_1_0_0.cpp
- +4 −4 src/server/services/wms/qgswmsparameters.cpp
- +1 −1 tests/src/core/testqgsmaprendererjob.cpp