Dannnno / Chemistry

Simulation of organic chemistry reactions has been moved here
https://github.com/PyCAOS/CAOS
Other
16 stars 7 forks source link

Use itertools #5

Closed Dannnno closed 9 years ago

Dannnno commented 9 years ago

I iterate through a lot of things in this program. There are probably places where itertools can help me out efficiency wise (and lord knows I'm going to need it).

Sooner or later I should look into this, preferably sooner

Dannnno commented 9 years ago

The new implementation in compound_graphs uses itertools extensively. While I'll continue to rework my implementation, I'm closing this issue.