Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Multi-core CPU utilization

Hi All,

Recently I started research about better multi-core CPU utilization in DLTK. I started with simple patch for starting build participants in parallel (Bug 481488 [1]). Eclipse Mars brings new JobGroup API [2] that makes it easier to implement parallel operations. At the moment I think DLTK is using Luna as a base. Is there any plan to move DLTK to Mars in near future? 

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=481488
[2] https://www.eclipsecon.org/na2015/sites/default/files/slides/Eclipsecon-Extending-Jobs-to-speed-up-Eclipse.pdf

Thanks,
Michal

Back to the top