Re: Is the following behavior defined by the standard or implementation specific?
- From: Robert Uhl <eadmund42@xxxxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 09:57:35 -0600
"Thomas F. Bur***" <tbur***@xxxxxxxxx> writes:
Shouldn't senseless insertions of type declarations be considered a
form of premature optimization anyway?
Not necessarily premature, but definitely a bad idea. It seems to be
one of the common foolish approaches that Lisp newbies have when
trying to speed up the inner loop of their image processing / dna
sequencing / whatever application.
How would you approach speeding up the inner loop? I spent some time a
few months back working on the SPOJ contest with Lisp, and while in some
cases it made sense to look at rolling my own string input and so forth,
normally it ended up being an exercise in declarations.
--
Robert Uhl <http://public.xdi.org/=ruhl>
If I had foreseen the use those people designed to make of their
victory, there would have been no surrender at Appomattox Courthouse; no
sir, not by me. Had I foreseen these results of subjugation, I would
have preferred to die at Appomattox with my brave men, my sword in my
right hand. --Robert E. Lee
.
- References:
- Is the following behavior defined by the standard or implementation specific?
- From: Jason Nielsen
- Re: Is the following behavior defined by the standard or implementation specific?
- From: Thomas F. Bur***
- Re: Is the following behavior defined by the standard or implementation specific?
- From: Pascal Costanza
- Re: Is the following behavior defined by the standard or implementation specific?
- From: Thomas F. Bur***
- Is the following behavior defined by the standard or implementation specific?
- Prev by Date: Re: Is the following behavior defined by the standard or implementation specific?
- Next by Date: Re: shootout: implementing an interpreter for a simple procedural language Minim
- Previous by thread: Re: Is the following behavior defined by the standard or implementation specific?
- Next by thread: Re: Is the following behavior defined by the standard or implementation specific?
- Index(es):