-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace complicated temporal macro with generic functions #2850
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏅 -- this looks much nicer to me. Thank you @viirya
builder.finish() | ||
} | ||
|
||
fn extract_component_from_datatime_array< |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would help me to have some docstrings here that explained the parameters and types here
However this is already much easier to read than the macro so 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some docstrings here. Thanks.
ac28f11
to
66be8a4
Compare
Benchmark runs are scheduled for baseline = 3bb7f38 and contender = f8254e7. f8254e7 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #2851.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?