ponder-lab / Rejuvenate-Logging-Levels

An Eclipse plug-in research prototype for automatically rejuvenating log statement levels using degree of interest
Eclipse Public License 2.0
2 stars 3 forks source link

Parallelize the algorithm #161

Open khatchad opened 5 years ago

khatchad commented 5 years ago

As discussed with @orenwf, can we parallelize the processing of git commits and somehow maintain the ordering of the produced events? Is it possible?

yiming-tang-cs commented 5 years ago

It is possible. I am not sure which techniques would like to use? Such as Java programming for multi-threads, map-reduce etc.