The only place where I see the environment is copied is toAA, which is not necessary to be able to use the environment. You can use opIndex directly.
Am I missing something? Are you missing something? -Steve ----- Original Message ---- > From: Andrei Alexandrescu <[email protected]> > To: Discuss the phobos library for D <[email protected]> > Sent: Mon, October 25, 2010 5:27:12 PM > Subject: [phobos] review for environment > > Here are a few thoughts about >http://www.dsource.org/projects/phobos/changeset/1867. > > On many machines the environment might be considerably large, and copying it >doesn't sound like the most effective solution. > > Would it be possible to define a simple (input or forward) range for >Environment? > > > Andrei > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos > _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
