charlesdavid / JEDi

JEDi: Java Essential Dynamics Inspector
GNU General Public License v3.0
5 stars 0 forks source link

Multi-Threading and Parallelization #5

Closed charlesdavid closed 4 years ago

charlesdavid commented 5 years ago

Now that JEDi can perform so many tasks, it seems we should be thinking about parallelization. This would require implementing multi-threading and serialization of the java code. Thoughts?

charlesdavid commented 4 years ago

All major tasks are now multi threaded. Be sure to specify the appropriate number of threads when running a set of analyses.