Peter J. Acklam schreef: > Eugene van der Pijll <[EMAIL PROTECTED]> wrote: > > > > 0.02 2003-02-16 > > - replaced POSIX::floor with a homegrown version > > If you want to speed things up, it is better to remove the > _floor() function and use int().
I don't know if it is really worth it. The way _ymd2rd is implemented now is based directly on a known formula, and I don't really want to change it unless it's necessary. Speed is not my goal. On the other hand, it saves me from defining a _floor function... I'll think it over. Besides, I will have a speed up in my module of almost a factor 10 in about a week... Eugene, who has bought a new computer yesterday :)
