We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parsing datetime by dateutil is pretty slow. On my machine parsing 100 datetime's = 16ms, which its quite long.
ciso8601 is written as C module and 600x more faster than dateutil (https://github.com/closeio/ciso8601#benchmark)
What about replace dateutil with ciso8601? I can make MR
The text was updated successfully, but these errors were encountered:
You're welcome. My only opinion it should be an optional dependency.
Sorry, something went wrong.
No branches or pull requests
Parsing datetime by dateutil is pretty slow. On my machine parsing 100 datetime's = 16ms, which its quite long.
ciso8601 is written as C module and 600x more faster than dateutil (https://github.com/closeio/ciso8601#benchmark)
What about replace dateutil with ciso8601? I can make MR
The text was updated successfully, but these errors were encountered: