You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HolidayCalendarCache as implemented is not type stable due to the hc field being of abstract type HolidayCalendar. This then causes unnecessary allocations and is a degrades performance.
I suppose either the HCC struct should be made generic - parametrized on the type of calendar it holds.
The text was updated successfully, but these errors were encountered:
The HolidayCalendarCache as implemented is not type stable due to the hc field being of abstract type HolidayCalendar. This then causes unnecessary allocations and is a degrades performance.
I suppose either the HCC struct should be made generic - parametrized on the type of calendar it holds.
The text was updated successfully, but these errors were encountered: