CaGe-graph / CaGe

The Chemical and abstract Graph environment
9 stars 2 forks source link

Parallelise 2D and 3D embedding #17

Open nvcleemp opened 10 years ago

nvcleemp commented 10 years ago

At the moment first a 2D embedding and then a 3D embedding is made. This gives noticeable waiting times if you are working with very large graphs. Since almost all computers have multiple cores these days, it would be better to parallelise this.

nvcleemp commented 10 years ago

The relevant method in the code is the processTask method of the class cage.EmbedThread.