Refactor DatetimeArray._generate_range #24562
Labels
Datetime
Datetime data dtype
Performance
Memory or execution speed performance
Refactor
Internal refactoring of code
Milestone
Currently, DatetimeArray._generate_range calls DatetimeArray._simple_new 4 times, 3 times with i8 values and ones with M8[ns] values.
I'm not familiar with this code, but I would naively hope for a function that
I'm investigating if this can be done.
I'm not sure if this applies to timedelta as well.
The text was updated successfully, but these errors were encountered: