From: Bruce Barr (schmoost_at_[hidden])
Date: 2003-09-07 12:03:27


Hi Janusz,

As long as you're optimizing to reduce the amount of RAM used by the
stack, you might try recalculating ei_end instead of storing it.

ei_end = out_edges(u, g).second;

Bruce