Re: cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread Gerald Richter
> > much better, thanks ken. it'll be even faster when this ToDo item gets > done :) > > - Apache::PerlRun::flush_namespace should be re-written in c > > Just a few weeks ago I have rewritten the Embperl cleanup in C and it's really much much faster now! I append my source, maybe it helpfull fo

Re: cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread Doug MacEachern
On Mon, 29 Jan 2001, Ken Williams wrote: > I know it's a nitpick, but the following is a bit faster (about 35% > faster according to Benchmark) and a little clearer to read: much better, thanks ken. it'll be even faster when this ToDo item gets done :) - Apache::PerlRun::flush_namespace shoul

Re: cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread Ken Williams
[EMAIL PROTECTED] wrote: > --- PerlRun.pm 2001/01/12 15:45:12 1.34 > +++ PerlRun.pm 2001/01/29 21:51:30 1.35 > @@ -340,7 +340,12 @@ > if (defined &$fullname) { > no warnings; > local $^W = 0; > -*{$fullname} = sub {}; > +