On Thu, Apr 18, 2013 at 4:51 PM, Werner Macho <[email protected]> wrote: > hi! > > If I remember correct Carson Farmer startet to bring the algorithms into a > cpp library (which would be a good and fast choice i think) > I'd welcome having fast and reliable algorithms in cpp .. So I agree with > Agustin - very welcome work..
Let me add that plain re-writing from Python to c++ may _not_ bring a great speed improvement. Often it is more important to change the algorithm - e.g. to use a spatial index where possible. Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
