-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersperformanceMake DataFusion fasterMake DataFusion faster
Description
Is your feature request related to a problem or challenge?
I think there is significant performance to be had when creating dates and now thanks to @Omega359 there are benchmarks
To run the benchmarks, do:
cargo bench --bench make_dateDescribe the solution you'd like
Make the function faster, as defined by the command above
The high level procedure for this is to profile the function and figure out how to make it go faster while still computing the same results
Describe alternatives you've considered
It may not be possible to make this faster and in that case no worries.
Additional context
I think this is actually a pretty good initial project for someone because
- The code is relatively straightforward
- The benchmark is in place
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersperformanceMake DataFusion fasterMake DataFusion faster