Skip to content

HolidayCalendarCache is not type stable #43

@SleepingPills

Description

@SleepingPills

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions