Skip to content
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

chore(rust): simplify slow datetime parser #9183

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

MarcoGorelli
Copy link
Collaborator

@MarcoGorelli MarcoGorelli commented Jun 2, 2023

drive by: simplify part of the slow datetime parser, which I'd made more complicated than necessary last time round (would normally keep them separate, but they're both very small - is this OK?) EDIT: naah, keeping that to a separate PR, easier to revert (if necessary) this way

@MarcoGorelli MarcoGorelli changed the title doc(python): note that exact=False is a performance footgun docs(python): note that exact=False is a performance footgun Jun 2, 2023
@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Jun 2, 2023
@MarcoGorelli MarcoGorelli added rust Related to Rust Polars chore Maintenance work that does not impact the user labels Jun 2, 2023
@MarcoGorelli MarcoGorelli force-pushed the simplify-slow-datetime-parser branch from 453f7a0 to cd498a4 Compare June 2, 2023 11:33
@MarcoGorelli MarcoGorelli changed the title docs(python): note that exact=False is a performance footgun chore(rust): simplify slow datetime parser Jun 2, 2023
@MarcoGorelli MarcoGorelli force-pushed the simplify-slow-datetime-parser branch from cd498a4 to 2a6c551 Compare June 2, 2023 11:37
@MarcoGorelli MarcoGorelli marked this pull request as draft June 2, 2023 11:38
@MarcoGorelli MarcoGorelli marked this pull request as ready for review June 2, 2023 11:56
@MarcoGorelli MarcoGorelli removed documentation Improvements or additions to documentation python Related to Python Polars labels Jun 2, 2023
@ritchie46 ritchie46 merged commit 70eb215 into pola-rs:main Jun 3, 2023
c-peters pushed a commit to c-peters/polars that referenced this pull request Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance work that does not impact the user rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants