Moritz Lennert wrote: > One thing I noticed is that on the one test case I used here for > testing your fix, running with WORKERS=0 is slightly faster than without > setting it. I didn't test rigorously, but is that expected ?
Maybe. It avoids the overhead of switching threads. And using multiple threads only provides a gain if it results in using cores which would otherwise be idle. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
