Skip to content

Significantly speed up HolidayRegion::defaultRegionCode()

Volker Krause requested to merge work/vkrause/optimize-defaultRegionCode into master

This was previously parsing all holiday definition files, we now discard all files that are certain to not match due to checking for the country code in the file name.

This has noticeable impact on the timeline scrolling performance in Itinerary, and thus should be backported to kf5 as well.

Merge request reports