feat: ical rrule parsing optimization#457
Merged
Merged
Conversation
cajus
approved these changes
May 12, 2026
Mik-
pushed a commit
that referenced
this pull request
May 20, 2026
* feat: add initial ical rrule parsing tweaks
semantic-release-tokenizer Bot
pushed a commit
that referenced
this pull request
May 20, 2026
# [2.2.0-beta.7](v2.2.0-beta.6...v2.2.0-beta.7) (2026-05-20) ### Bug Fixes * do not show favorites in "most called" list ([#456](#456)) ([8ee676d](8ee676d)) * Ensure correct `tag` value type in flatpak manifest ([#466](#466)) ([3c5412a](3c5412a)) * **ui:** do not treat room names beginning with digits as phone numbers ([#461](#461)) ([75ed3f2](75ed3f2)) ### Features * add template for 1&1 ([#465](#465)) ([865fcd9](865fcd9)) * ical rrule parsing optimization ([#457](#457)) ([c46f066](c46f066)) * rtt ui integration ([#443](#443)) ([62d48f3](62d48f3)) * windows signing ([#462](#462)) ([f7dd63a](f7dd63a))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since v3.0,
libicalprovides methods to set a start time limit for RRULE iterators - thus (at least in my testing with large calendars) providing a ~20% performance boost for event parsing