Closed jmettraux closed 8 months ago
As spotted while exploring https://github.com/floraison/fugit/issues/95
Each time #rweek is called, it is recomputed. Since fugit calls it repeatedly (breaks at 2048 iterations) a bit of caching might help. Beware resetting the cache since EoTime is mutable.
#rweek
EoTime
As spotted while exploring https://github.com/floraison/fugit/issues/95
Each time
#rweek
is called, it is recomputed. Since fugit calls it repeatedly (breaks at 2048 iterations) a bit of caching might help. Beware resetting the cache sinceEoTime
is mutable.