Skip to content

Commit 87c7752

Browse files
authored
Remove FastXXX Iterators, fixes #73 (#74)
FastWeeklyIterator did not calculate dates correctly when the start date didn't match the rule. In practice the performance gain of this class should be negligible (if there is any at all). So this has been removed for being in the premature optimization category. Same goes for FastBirthdayIterator.
1 parent 6d96792 commit 87c7752

File tree

4 files changed

+34
-443
lines changed

4 files changed

+34
-443
lines changed

src/main/java/org/dmfs/rfc5545/recur/FastBirthdayIterator.java

Lines changed: 0 additions & 168 deletions
This file was deleted.

src/main/java/org/dmfs/rfc5545/recur/FastWeeklyIterator.java

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)