Robin wrote:
> I also use 'efficient' in this sense to describe the response time of
> my local fire service - you intend in the number of iterations
> required to get the result, which put into the fire service anology
> means your talking about an 'as the crow flies' fuel consumption of
> the response vehicle, compared to the actual fuel consumption.
> ...
> Detlef Lindenthal wrote:
> >Here is OMWTDI, "matching" instead of "replacing":
> > $_ = "abc" x 10;
> > while (m,a,g) { $x++ };
> > print "Letter 'a' was found $x times";
> > And seamingly it is not slow.
> Put your benchmarks where your mouth is ;-)
Hi Robin,
maybe I am missing something of your flying crows’ fuel
consumption issue because of being a non-native English reader and
writer;
or maybe your analogy is not so clear?
"... the actual fuel consumption“ of what? What do you mean by
"response vehicle"?
“Put your benchmarks where your mouth is ;-)” -- how would
you express this in plain language?
Thanks in advance for explaination!
Detlef