On 18 septembre 23:17, Johan Dahlin wrote:
> Hi,

Hi Johan,
 
> I'm Johan and I'm working on a python based ERP for the brazilian
> market[1], it's written in Python. As part of our software development
> process we run pyflakes/pep8/pylint/unittests/coverage validation _before_
> each commit can be integrated into the mainline.
> 
> The main bottleneck of this validation turns out to be pylint and I started
> to investigate on how to use multiprocessing to speed that up.

Indeed the pylint quality is definitly not speed :) Using multiprocessing sounds
like a neat idea though.

[snip]

> Overall I think this is pretty positive for my use case, the total time of
> running the validation steps went down from 7.5 minutes to 5.5 minutes or
> so. The other parts of the validation can also be split out over different
> processes, but that's for another time.

Would you submit a pull-request on bitbucket [1] so we may discuss about your
patch there? I'm definitly interested in having such feature, so I'll help you
having it in a shape that may be integrated (no time guarantee though ;)

[1] https://bitbucket.org/logilab/pylint

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to