|
|
On Sat, 1 Apr 2000 17:58:46 +0200, Dejan D. M. Milosavljevic wrote:
>(some code that speeds up matrices very slightly on some architectures)
It's a widely held belief in computer circles that one should first look
to make things faster by fixing the algorithms, then optimize those pieces
of code that really, really need it by making AND PROFILING incremental
changes like this one. POV still has lots of places where the algorithms
could be sped up; spending time on tiny speedups like this doesn't really
make sense.
That's just my opinion, of course.
Post a reply to this message
|
|